XPathMessageFilterElementComparer.IComparer.Compare(Object, 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 deux instances XPathMessageFilterElement.
virtual int System.Collections.IComparer.Compare(System::Object ^ x, System::Object ^ y) = System::Collections::IComparer::Compare;
int IComparer.Compare (object x, object y);
abstract member System.Collections.IComparer.Compare : obj * obj -> int
override this.System.Collections.IComparer.Compare : obj * obj -> int
Function Compare (x As Object, y As Object) As Integer Implements IComparer.Compare
Paramètres
Retours
Le tableau suivant répertorie les valeurs possibles.
Value | Condition |
---|---|
-1 | x est inférieur à y .
|
0 | x est égal à y .
|
1 | x est supérieur à y .
|
Implémente
Exceptions
Impossible d’analyser le filtre XPath spécifié par x
ou y
.
Le préfixe d'espace de noms XPath spécifié par x
ou y
est introuvable.