UIFont.Equality(UIFont, UIFont) Operator

Definition

Compares two UIFont objects for value equality.

public static bool operator == (UIKit.UIFont f1, UIKit.UIFont f2);
static member ( = ) : UIKit.UIFont * UIKit.UIFont -> bool

Parameters

f1
UIFont
f2
UIFont

Returns

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to