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

適用対象