3 references to IsSamePosition
System.Data (3)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
178
if ( this._doc == otherDataDocXPathNav.Document && this._curNode.
IsSamePosition
(otherDataDocXPathNav.CurNode) )
fx\src\data\System\NewXml\XPathNodePointer.cs (2)
960
if ( xp1.
IsSamePosition
( other ) )
983
if (
IsSamePosition
( other ) )