Click or drag to resize

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.6.0.0 (4.6.0.0)
Syntax
public override bool IsSamePosition(
	XPathNavigator other
)

Parameters

other
Type: System.Xml.XPathXPathNavigator
The HtmlNavigator that you want to compare against.

Return Value

Type: Boolean
true if the two navigators have the same position, otherwise, false.
See Also