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 |
---|---|
Predicate<TValue> | match |
Returns
Type |
---|
bool |