UIFont.Inequality(UIFont, UIFont) 运算符

定义

比较两个 UIFont 对象的值是否相等。

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

参数

f1
UIFont
f2
UIFont

返回

注解

(此节点的更多文档即将)

这可以从后台线程使用。

适用于