UIFont.Inequality(UIFont, UIFont) Operator

Definition

Compares two UIFont objects for value inequality.

public static bool operator != (UIKit.UIFont f1, UIKit.UIFont f2);
static member op_Inequality : 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