次の方法で共有


UIFont.Inequality(UIFont, UIFont) 演算子

定義

2 つの UIFont オブジェクトが等しくないかどうかを比較します。

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

パラメーター

f1
UIFont
f2
UIFont

戻り値

注釈

(このノードのその他のドキュメントが公開されます)

これは、バックグラウンド スレッドから使用できます。

適用対象