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