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.

另见