XsltLibrary.EqualityOperator 方法

定义

确定类型 XPathItem集合之间的相等性。

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

opCode
Double

要执行的作。

left
IList<XPathItem>

IList<T> 类型 XPathItem

right
IList<XPathItem>

IList<T> 类型 XPathItem

返回

true 如果集合相等,则为 ;否则,为 false.

适用于