HtmlNodeCollectionContains Method |
Gets existence of node in collection
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.3.3.0 (8.3.3.20240926)
Syntax public bool Contains(
HtmlNode item
)
Public Function Contains (
item As HtmlNode
) As Boolean
Parameters
- item
- Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
Return Value
Type:
BooleanImplements
ICollectionTContains(T)See Also