IsSamePosition()

XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator>) 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

Arguments

ParameterTypeDescription
otherSharedPtr<XPathNavigator>The XPathNavigator to compare to this XPathNavigator.

Return Value

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

See Also