Compartir a través de


XsltLibrary.EqualityOperator Método

Definición

Determina la igualdad entre colecciones de tipo XPathItem.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

opCode
Double

La operación que se va a realizar.

right
IList<XPathItem>

IList<T> de tipo XPathItem.

Devoluciones

true, si las colecciones son equivalentes; de lo contrario, false.

Se aplica a