| HtmlNodeIsOverlappedClosingElement Method  | 
            Determines if a text corresponds to the closing tag of an node that can be kept overlapped.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic static bool IsOverlappedClosingElement(
	string text
)
Public Shared Function IsOverlappedClosingElement ( 
	text As String
) As Boolean
Parameters
- text
 - Type: SystemString
The text to check. May not be null. 
Return Value
Type: 
Booleantrue or false.
See Also