System::Xml::XPath::XPathNavigator::IsSamePosition method

XPathNavigator::IsSamePosition method

파생 클래스에서 재정의될 경우, 현재 XPathNavigator가 지정된 XPathNavigator와 동일한 위치에 있는지 결정합니다.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
매개변수형식설명
otherSharedPtr<XPathNavigator>XPathNavigator와 비교할 XPathNavigator.

ReturnValue

true if the two XPathNavigator objects have the same position; otherwise, false.

또 보기