Method Contains
Contains(T)
Check if the list contains a specific element
Declaration
public bool Contains(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The itme to search for |
Returns
Type | Description |
---|---|
bool | True if the element is found in the list, or false if not. |