Share via


XsltLibrary.EqualityOperator Methode

Definition

Bestimmt, ob Auflistungen vom Typ XPathItem gleich sind.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

opCode
Double

Der Vorgang, der ausgeführt werden soll.

left
IList<XPathItem>

Eine IList<T> vom Typ XPathItem.

right
IList<XPathItem>

Eine IList<T> vom Typ XPathItem.

Gibt zurück

true, wenn die Auflistungen gleich sind, andernfalls false.

Gilt für: