XmlQueryRuntime.ComparePosition(XPathNavigator, XPathNavigator) Method

Definition

Compares the relative positions of two navigators.

public:
 int ComparePosition(System::Xml::XPath::XPathNavigator ^ navigatorThis, System::Xml::XPath::XPathNavigator ^ navigatorThat);
public int ComparePosition (System.Xml.XPath.XPathNavigator navigatorThis, System.Xml.XPath.XPathNavigator navigatorThat);
member this.ComparePosition : System.Xml.XPath.XPathNavigator * System.Xml.XPath.XPathNavigator -> int
Public Function ComparePosition (navigatorThis As XPathNavigator, navigatorThat As XPathNavigator) As Integer

Parameters

navigatorThis
XPathNavigator

An instance of the XPathNavigator class.

navigatorThat
XPathNavigator

An instance of the XPathNavigator class.

Returns

-1 if navigatorThis is before navigatorThat; 1 if navigatorThis is after navigatorThat; 0 if both navigators are positioned at the same node.

Applies to