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

XPathNavigator::IsSamePosition method

Lorsqu’elle est remplacée dans une classe dérivée, détermine si le XPathNavigator actuel se trouve à la même position que le XPathNavigator spécifié.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
ParamètreTypeDescription
otherSharedPtr<XPathNavigator>Le XPathNavigator à comparer à ce XPathNavigator.

ReturnValue

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

Voir aussi