Method Find
Find(ref T)
Check if this collection contains an item equivalent according to the itemequalityComparer to a particular value. If so, return in the ref argument (a binary copy of) the actual value found.
Declaration
bool Find(ref T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The value to look for. |
Returns
Type | Description |
---|---|
System.Boolean | True if the items is in this collection. |