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.1.0.0 (9.1.0.20241025)
Syntax
public bool Contains(
	HtmlNode item
)

Parameters

item
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode

Return Value

Type: Boolean

Implements

ICollectionTContains(T)
See Also