Click or drag to resize

HtmlNodeCollectionContains Method

Gets existence of node in collection

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.0.3.0 (9.0.3.20240719)
Syntax
public bool Contains(
	HtmlNode item
)

Parameters

item
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode

Return Value

Type: Boolean

Implements

ICollectionTContains(T)
See Also