FontStretch.Compare(FontStretch, FontStretch) 메서드

정의

FontStretch 개체의 두 인스턴스를 비교합니다.

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

비교할 두 번째 FontStretch 개체입니다.

반환

Int32

Int32 인스턴스 간의 관계를 나타내는 FontStretch 값입니다.

설명

반환 값이 0보다 작으면 leftright보다 작은 것입니다. 이 값이 0이면 두 피연산자가 같은 것입니다. 값이 0보다 크면 leftright보다 큰 것입니다.

적용 대상