| HtmlNodeNavigatorIsSamePosition Method  | 
            Determines whether the current HtmlNavigator is at the same position as the specified HtmlNavigator.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic 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