FontStretch.Inequality(FontStretch, FontStretch) 演算子

定義

FontStretch の 2 つのインスタンスを評価して、両者が等しくないかどうかを確認します。

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

パラメーター

left
FontStretch

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

right
FontStretch

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

戻り値

falseleft に等しい場合は right。それ以外の場合は true

適用対象