다음을 통해 공유


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입니다.

적용 대상