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.7.2.0 (4.7.2.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