Method TrueForAll
TrueForAll(Predicate<T>)
Determines whether every item in the list matches the conditions defined by the specified predicate.
Declaration
public bool TrueForAll(Predicate<T> match)
Parameters
Type | Name | Description |
---|---|---|
Predicate<T> | match |
Returns
Type | Description |
---|---|
bool |