言語

FontStyle.Inequality(FontStyle, FontStyle) Operator

定義

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

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

パラメーター

left
FontStyle

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

right
FontStyle

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

返品

false leftrightと等しいことを示す場合は 。それ以外の場合はtrue

適用対象