Determines whether this XmlNavigator is at the same position as the specified XmlNavigator.
[Visual Basic] MustOverride Public Function IsSamePosition( _ ByVal other As XmlNavigator _ ) As Boolean [C#] public abstract bool IsSamePosition( XmlNavigator other ); [C++] public: virtual bool IsSamePosition( XmlNavigator* other ) = 0; [JScript] public abstract 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.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace