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

XPathNavigator::IsSamePosition method

Wanneer overschreven in een afgeleide klasse, bepaalt of de huidige XPathNavigator zich op dezelfde positie bevindt als de opgegeven XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
ParameterTypeBeschrijving
otherSharedPtr<XPathNavigator>De XPathNavigator om te vergelijken met deze XPathNavigator.

ReturnValue

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

Zie ook