System.Xml.XPath.XmlEmptyNavigator.IsSamePosition C# (CSharp) Метод

IsSamePosition() публичный Метод

public IsSamePosition ( XPathNavigator other ) : bool
other XPathNavigator
Результат bool
        public override bool IsSamePosition(XPathNavigator other) {
            // Only one instance of XmlEmptyNavigator exists on the system
            return (object) this == (object) other;
        }