ValueTuple.IComparable.CompareTo(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Compare cette instance ValueTuple à un objet spécifié et retourne une indication de leurs valeurs relatives.
virtual int System.IComparable.CompareTo(System::Object ^ other) = IComparable::CompareTo;
int IComparable.CompareTo (object other);
abstract member System.IComparable.CompareTo : obj -> int
override this.System.IComparable.CompareTo : obj -> int
Function CompareTo (other As Object) As Integer Implements IComparable.CompareTo
Paramètres
- other
- Object
Objet à comparer à l’instance actuelle.
Retours
0 si other
est une instance ValueTuple ; sinon, 1 si other
est null
.
Implémente
Exceptions
other
n’est pas une instance de ValueTuple.