IntCollectionItemExists Method

Return a value indicating whether or not the specified value exists within the Collection.

Definition

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

Parameters

value  Int32
The Value to Search For.

Return Value

Boolean
A value indicating whether or not the specified value was found in the Collection.

See Also