Method All
All(Func<T, Boolean>)
Check if all items in this collection satisfies a specific predicate.
Declaration
public virtual bool All(Func<T, bool> predicate)
Parameters
Type | Name | Description |
---|---|---|
Func<T, System.Boolean> | predicate | A delegate (Func<, > with )
defining the predicate
|
Returns
Type | Description |
---|---|
System.Boolean | True if all items satisfies the predicate |