System::Xml::XPath::XPathNavigator::IsSamePosition method

XPathNavigator::IsSamePosition method

При переопределении в производном классе определяет, находится ли текущий XPathNavigator в той же позиции, что и указанный XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
ПараметрТипОписание
otherSharedPtr<XPathNavigator>Экземпляр XPathNavigator, с которым сравнивается данный XPathNavigator.

ReturnValue

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

См. также