UIFont.Equals(Object) Method

Definition

Determines whether the specified object is equal to the current UIFont.

public override bool Equals(object obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool

Parameters

obj
Object

The object to compare with the current font.

Returns

true if the specified object is equal to the current font; otherwise, false.

Remarks

This can be used from a background thread.

Applies to