BoundsCheckableList1.Contains

BoundsCheckableList<T>.Contains method

Determines whether an element is in the System.Collections.Generic.List.

public bool Contains(T item)
ParameterTypeDescription
itemTThe object to locate in the System.Collections.Generic.List. The value can be null for reference types.

Return Value

true if item is found in the System.Collections.Generic.List; otherwise, false.

See Also