Method Contains
Contains(T)
Gets a value indicating whether the collection contains the specified item or not
Declaration
bool Contains(T item)
Parameters
bool Contains(T item)
T | item | Item to look for |
Returns
Boolean | true if the item is found |