FontStretch.Compare(FontStretch, FontStretch) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 인스턴스 간의 관계를 나타내는 FontStretch 값입니다.
설명
반환 값이 0보다 작으면 left
가 right
보다 작은 것입니다. 이 값이 0이면 두 피연산자가 같은 것입니다. 값이 0보다 크면 left
가 right
보다 큰 것입니다.