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
| Parameter | Type | Beschrijving |
|---|---|---|
| other | SharedPtr<XPathNavigator> | De XPathNavigator om te vergelijken met deze XPathNavigator. |
ReturnValue
true if the two XPathNavigator objects have the same position; otherwise, false.
Zie ook
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++