IntCollectionContains(IntCollection, Int32) Method

Return a value indicating whether the specified Integer is contained by the provided Int Collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static bool Contains(
	IntCollection items,
	int value
)

Parameters

items  IntCollection
Instance of the IntCollection to search.
value  Int32
Value to search for.

Return Value

Boolean
Value indicating whether the specified Integer was found in the collection.

See Also