Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The quantifier operators shown in table A.12 all return a Boolean value, using immediate execution:
All checks whether all the elements in the sequence satisfy the given predicate.
Any checks whether any of the elements in the sequence satisfy the given predicate, or whether there are any elements at all for the parameterless overload.
Contains checks whether the sequence contains a particular element, optionally specifying a comparison to use.