Aracılığıyla paylaş


ValueTuple.CompareTo(ValueTuple) Yöntem

Tanım

Geçerli ValueTuple örneği belirtilen ValueTuple örnekle karşılaştırır.

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

Parametreler

other
ValueTuple

Geçerli örnekle karşılaştıracak nesne.

Döndürülenler

Int32

Bu yöntem her zaman 0 döndürür.

Uygulamalar

Özel durumlar

other örnek ValueTuple değildir.

Açıklamalar

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

Şunlara uygulanır