UIFont.Equality(UIFont, UIFont) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.