System::Xml::XPath::XPathNavigator::IsSamePosition metod

XPathNavigator::IsSamePosition method

När den åsidosätts i en avledd klass bestämmer den om den aktuella XPathNavigator befinner sig på samma position som den angivna XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
ParameterTypBeskrivning
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