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

XPathNavigator::IsSamePosition method

Quando sovrascritto in una classe derivata, determina se il XPathNavigator corrente è nella stessa posizione del XPathNavigator specificato.

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

ReturnValue

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

Vedi anche