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

XPathNavigator::IsSamePosition method

When overridden in a derived class, determines whether the current XPathNavigator is at the same position as the specified XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
ParameterTypeDescription
otherSharedPtr<XPathNavigator>The XPathNavigator to compare to this XPathNavigator.

ReturnValue

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

See Also