System::Xml::XPath::XPathNavigator::IsSamePosition méthode
XPathNavigator::IsSamePosition method
Lorsqu’elle est remplacée dans une classe dérivée, détermine si le XPathNavigator actuel se trouve à la même position que le XPathNavigator spécifié.
virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
| Paramètre | Type | Description |
|---|---|---|
| other | SharedPtr<XPathNavigator> | Le XPathNavigator à comparer à ce XPathNavigator. |
ReturnValue
true if the two XPathNavigator objects have the same position; otherwise, false.
Voir aussi
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++