言語

FontWeight.Inequality(FontWeight, FontWeight) Operator

定義

FontWeightの 2 つのインスタンスを評価して、不等値を判断します。

public:
 static bool operator !=(System::Windows::FontWeight left, System::Windows::FontWeight right);
public static bool operator !=(System.Windows.FontWeight left, System.Windows.FontWeight right);
static member op_Inequality : System.Windows.FontWeight * System.Windows.FontWeight -> bool
Public Shared Operator != (left As FontWeight, right As FontWeight) As Boolean

パラメーター

left
FontWeight

比較する FontWeight の最初のインスタンス。

right
FontWeight

比較する FontWeight の 2 番目のインスタンス。

返品

false leftrightと等しい場合は ɳ。それ以外の場合はtrue

適用対象