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
| Parameter | Type | Beskrivning |
|---|---|---|
| other | SharedPtr<XPathNavigator> | XPathNavigator att jämföra med denna XPathNavigator. |
ReturnValue
true if the two XPathNavigator objects have the same position; otherwise, false.
Se även
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++