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

적용 대상