NameIDCollectionContains(Int32) Method

Return a value indicating whether this collection contains the specified ID.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public bool Contains(
	int ID
)

Parameters

ID  Int32
ID to search for.

Return Value

Boolean
True if the ID is found within the collection. Otherwise, false.

See Also