ValueTuple<T1>.CompareTo(ValueTuple<T1>) 메서드

정의

현재 ValueTuple<T1> 인스턴스를 지정된 ValueTuple<T1> 인스턴스와 비교합니다.

public:
 virtual int CompareTo(ValueTuple<T1> other);
public int CompareTo((T1) other);
abstract member CompareTo : ValueTuple<'T1> -> int
override this.CompareTo : ValueTuple<'T1> -> int
Public Function CompareTo (other As ValueTuple(Of T1)) As Integer

매개 변수

other
ValueTuple<T1>

이 인스턴스와 비교할 튜플입니다.

반품

다음 표와 같이 이 인스턴스의 상대 위치와 other 정렬 순서를 나타내는 부인 정수입니다.

설명
음수 정수 이 인스턴스는 앞에 섰습니다 other.
0 이 인스턴스는 other 정렬 순서에서 동일한 위치를 갖습니다.
양의 정수 이 인스턴스는 다음과 같습니다.other

구현

적용 대상