BaseSequenceT, TSelfAll Method |
Checks whether the predicate is satisfied by all items.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntaxpublic bool All(
Func<T, bool> predicate
)
Parameters
- predicate FuncT, Boolean
- The predicate to be checked.
Return Value
Boolean if all items satisfy the predicate.
See Also