System::Xml::XPath::XPathNavigator::IsSamePosition metodo

XPathNavigator::IsSamePosition method

Quando sovrascritto in una classe derivata, determina se l’XPathNavigator corrente si trova nella stessa posizione del XPathNavigator specificato.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
ParametroTipoDescrizione
otherSharedPtr<XPathNavigator>Il XPathNavigator da confrontare con questo XPathNavigator.

ReturnValue

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

Vedi anche