What does the Any method do?
It has two overloads.
What does the Contains method do?
Returns a bool indicating whether a specific item is contained in a given sequence.
what does the All method do?
Returns a bool indicating whether all items in the given sequence matches the predicate that’s passed to it.