XsltLibrary.EqualityOperator Methode

Definitie

Bepaalt de gelijkheid tussen verzamelingen van het type XPathItem.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

opCode
Double

De bewerking die moet worden uitgevoerd.

left
IList<XPathItem>

IList<T> van het type XPathItem.

right
IList<XPathItem>

IList<T> van het type XPathItem.

Retouren

true als de verzamelingen gelijk zijn; anders, false.

Van toepassing op