System::Xml::XPath::XPathNavigator::IsSamePosition method
XPathNavigator::IsSamePosition method
Quando sovrascritto in una classe derivata, determina se il XPathNavigator corrente è nella stessa posizione del XPathNavigator specificato.
virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| other | SharedPtr<XPathNavigator> | Lo 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.Font for C++