XPathMessageFilterElementComparer.IComparer.Compare(Object, Object) Méthode

Définition

Comparez deux XPathMessageFilterElement instances.

 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 présente les valeurs possibles.

Valeur Condition
1- x est inférieur à y.
0 x est égal à y.
1 x est supérieur à y.

Implémente

Exceptions

Le filtre XPath spécifié par x ou y ne peut pas être analysé.

Le préfixe d’espace de noms XPath spécifié par x ou y.est introuvable.

S’applique à