System::Xml::XPath::XPathNavigator::IsSamePosition method
XPathNavigator::IsSamePosition method
When overridden in a derived class, determines whether the current XPathNavigator is at the same position as the specified XPathNavigator.
virtual bool System::Xml::XPath::XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator> other)=0
Parameter | Type | Description |
---|---|---|
other | SharedPtr<XPathNavigator> | The XPathNavigator to compare to this XPathNavigator. |
ReturnValue
true if the two XPathNavigator objects have the same position; otherwise, false.
See Also
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.TeX for C++