Click or drag to resize

CollectionBaseTContains Method

Determines whether an element is in the list.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public bool Contains(
	T item
)

Parameters

item
Type: T
The object to locate in the list.

Return Value

Type: Boolean
true if item is found in the list; otherwise, false.
See Also