Determines whether this XmlNavigator is at the same position as the specified XmlNavigator.
[Visual Basic] Overrides Public Function IsSamePosition( _ ByVal other As XmlNavigator _ ) As Boolean [C#] public override bool IsSamePosition( XmlNavigator other ); [C++] public: override bool IsSamePosition( XmlNavigator* other ); [JScript] public override function IsSamePosition( other : XmlNavigator ) : Boolean;
true if this XmlNavigator is at the same position as the specified XmlNavigator; otherwise, false.
This also implies the other XmlNavigator is the same kind of XmlNavigator pointing at the same document instance.
DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace