FontStretch.Compare(FontStretch, FontStretch) メソッド

定義

FontStretch オブジェクトの 2 つのインスタンスを比較します。

public:
 static int Compare(System::Windows::FontStretch left, System::Windows::FontStretch right);
public static int Compare (System.Windows.FontStretch left, System.Windows.FontStretch right);
static member Compare : System.Windows.FontStretch * System.Windows.FontStretch -> int
Public Shared Function Compare (left As FontStretch, right As FontStretch) As Integer

パラメーター

left
FontStretch

比較する最初の FontStretch オブジェクト。

right
FontStretch

比較する 2 番目の FontStretch オブジェクトです。

戻り値

Int32 の 2 つのインスタンス間の関係を表す FontStretch 値。

注釈

戻り値が 0 未満の場合、leftright 未満です。 この値が 0 の場合は、2 つのオペランドが等しいことを示します。 この値が 0 よりも大きい場合は、leftright よりも大きいことを示します。

適用対象