IsSamePosition()
XPathNavigator::IsSamePosition(SharedPtr<XPathNavigator>) 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
Arguments
Parameter | Type | Description |
---|---|---|
other | SharedPtr<XPathNavigator> | The XPathNavigator to compare to this XPathNavigator. |
Return Value
true if the two XPathNavigator objects have the same position; otherwise, false.
See Also
- Typedef SharedPtr
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Slides