System::Xml::XPath::XPathNavigator::IsSamePosition método

XPathNavigator::IsSamePosition method

Cuando se sobrescribe en una clase derivada, determina si el XPathNavigator actual está en la misma posición que el XPathNavigator especificado.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
ParámetroTipoDescripción
otherSharedPtr<XPathNavigator>El XPathNavigator para comparar con este XPathNavigator.

ReturnValue

true if the two XPathNavigator objects have the same position; otherwise, false.

Ver también