HtmlNodeNavigatorIsSamePosition Method |
Determines whether the current HtmlNavigator is at the same position as the specified HtmlNavigator.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public override bool IsSamePosition(
XPathNavigator other
)
Public Overrides Function IsSamePosition (
other As XPathNavigator
) As Boolean
Parameters
- other
- Type: System.Xml.XPathXPathNavigator
The HtmlNavigator that you want to compare against.
Return Value
Type:
Booleantrue if the two navigators have the same position, otherwise, false.
See Also