Method Contains
Contains(T)
Returns true if a particular value is present.
Declaration
public bool Contains(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The value to check for. |
Returns
Type | Description |
---|---|
bool | True if the value was present. |