HtmlNodeCollectionContains Method |
Gets existence of node in collection
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.1.0.0 (9.1.0.20241025)
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