XsltLibrary.EqualityOperator Méthode

Définition

Détermine l'égalité entre des collections de type XPathItem.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 bool EqualityOperator(double opCode, System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ left, System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ right);
public bool EqualityOperator (double opCode, System.Collections.Generic.IList<System.Xml.XPath.XPathItem> left, System.Collections.Generic.IList<System.Xml.XPath.XPathItem> right);
member this.EqualityOperator : double * System.Collections.Generic.IList<System.Xml.XPath.XPathItem> * System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> bool
Public Function EqualityOperator (opCode As Double, left As IList(Of XPathItem), right As IList(Of XPathItem)) As Boolean

Paramètres

opCode
Double

Opération à effectuer.

right
IList<XPathItem>

IList<T> de type XPathItem.

Retours

true si les collections sont égales, sinon false.

S’applique à