FontStretch.Inequality(FontStretch, FontStretch) 運算子

定義

評估 FontStretch 的兩個執行個體,判斷兩者是否不相等。

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 執行個體。

傳回

Boolean

如果 false 等於 left,則為 right,否則為 true

適用於