BaseSequenceT, TSelfAny Method |
Checks whether the predicate is satisfied by at least one item.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntaxpublic bool Any(
Func<T, bool> predicate
)
Parameters
- predicate FuncT, Boolean
- The predicate to be checked.
Return Value
Boolean if there exists a item satisfying the predicate.
See Also