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