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);
public static bool operator ==(UIKit.UIFont? f1, UIKit.UIFont? f2);
static member ( = ) : UIKit.UIFont * UIKit.UIFont -> bool
Parameters
- f1
- UIFont
The first font to compare.
- f2
- UIFont
The second font to compare.
Returns
true if the two fonts are equal; otherwise, false.
Remarks
This can be used from a background thread.