Edit

Share via


XsltLibrary.EqualityOperator Method

Definition

Determines equality between collections of type XPathItem.

This API supports the product infrastructure and is not intended to be used directly from your 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

Parameters

opCode
Double

The operation to be performed.

right
IList<XPathItem>

IList<T> of type XPathItem.

Returns

true if the collections are equal; otherwise, false.

Applies to