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

XPathNavigator::IsSamePosition method

När den åsidosätts i en avledd klass avgör den om den aktuella XPathNavigator är på samma position som den angivna XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
ParameterTypeBeskrivning
otherSharedPtr<XPathNavigator>XPathNavigator att jämföra med denna XPathNavigator.

ReturnValue

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

Se även