System::Xml::XPath::XPathNavigator::IsSamePosition método
XPathNavigator::IsSamePosition method
Cuando se sobrescribe en una clase derivada, determina si el XPathNavigator actual está en la misma posición que el XPathNavigator especificado.
virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| other | SharedPtr<XPathNavigator> | El XPathNavigator para comparar con este XPathNavigator. |
ReturnValue
true if the two XPathNavigator objects have the same position; otherwise, false.
Ver también
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++