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)
Syntaxpublic bool Contains(
T item
)
Parameters
- item
- Type: T
The object to locate in the list.
Return Value
Type:
Booleantrue if
item is found in the list; otherwise,
false.
See Also