System::Xml::XPath::XPathNavigator::IsSamePosition metodo
XPathNavigator::IsSamePosition method
Quando sovrascritto in una classe derivata, determina se l’XPathNavigator corrente si trova nella stessa posizione del XPathNavigator specificato.
virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| other | SharedPtr<XPathNavigator> | Il XPathNavigator da confrontare con questo XPathNavigator. |
ReturnValue
true if the two XPathNavigator objects have the same position; otherwise, false.
Vedi anche
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++