NameCollectionContainsAny Method

Return a value indicating whether this collection contains any of the specified names.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public bool ContainsAny(
	string[] names
)

Parameters

names  String
Array of names to be searched for.

Return Value

Boolean
True if any of the items in this collection have at least one of the specified names. False otherwise.

See Also