What are Quantifier Operations in LINQ?
Quantifier operations in LINQ are those which return a Boolean value, i.e. True or False on execution.
Here are the type of Quantifier Operations in LINQ:
- All()
- Any()
- Contains()
BY Best Interview Question ON 22 Apr 2020