Rune.CompareTo(Rune) 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 l’instance actuelle à l’instance Rune spécifiée.
public:
virtual int CompareTo(System::Text::Rune other);
public int CompareTo (System.Text.Rune other);
abstract member CompareTo : System.Text.Rune -> int
override this.CompareTo : System.Text.Rune -> int
Public Function CompareTo (other As Rune) As Integer
Paramètres
- other
- Rune
Instance à comparer à l’instance actuelle.
Retours
Entier signé indiquant la position de cette instance dans l’ordre de tri par rapport à other
:
- Inférieur à zéro : cette instance précède other
.
- Zéro : l’instance a la même position dans l’ordre de tri que other
.
- Supérieur à zéro : cette instance suit other
.