ValueTuple.CompareTo(ValueTuple) 메서드

정의

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

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

매개 변수

other
ValueTuple

현재 인스턴스와 비교할 개체입니다.

반환

Int32

이 메서드는 항상 0을 반환합니다.

구현

예외

otherValueTuple 인스턴스가 아닙니다.

설명

Because a ValueTuple instance has no elements, any two ValueTuple instances are considered to be equivalent.

적용 대상