Aracılığıyla paylaş


XsltLibrary.EqualityOperator Yöntem

Tanım

türünde XPathItemkoleksiyonlar arasındaki eşitliği belirler.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

opCode
Double

Gerçekleştirilecek işlem.

left
IList<XPathItem>

IList<T>, XPathItem türündedir.

right
IList<XPathItem>

IList<T>, XPathItem türündedir.

Döndürülenler

true koleksiyonlar eşitse; aksi takdirde , false.

Şunlara uygulanır