Method Exists
Exists(Predicate<T>)
Determines whether the list contains an item that matches the condition specified by the specified predicate.
Declaration
public bool Exists(Predicate<T> match)Parameters
| Type | Name | Description | 
|---|---|---|
| Predicate<T> | match | 
Returns
| Type | Description | 
|---|---|
| bool | 
