共用方式為


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

傳回

Boolean

如果集合相等,則為 true;否則為 false

適用於