| IEnumerableExtensionsAny Method (FuncObject, Boolean) |
Determines whether any element of a sequence satisfies a condition.
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax Parameters
- predicate
- Type: SystemFuncObject, Boolean
A function to test each element for a condition.
Return Value
Type:
BooleanTrue if any elements in the source sequence pass the test in the specified predicate, otherwise false
See Also