ComparePosition()

XPathNavigator::ComparePosition(SharedPtr<XPathNavigator>) method

Compares the position of the current XPathNavigator with the position of the XPathNavigator specified.

virtual XmlNodeOrder System::Xml::XPath::XPathNavigator::ComparePosition(SharedPtr<XPathNavigator> nav)

Arguments

ParameterTypeDescription
navSharedPtr<XPathNavigator>The XPathNavigator to compare against.

Return Value

An XmlNodeOrder value representing the comparative position of the two XPathNavigator objects.

See Also