Q14
What is the purpose of the Distinct operator in LINQ?
A.
Filters a sequence based on a predicate
B.
Returns distinct elements from a sequence
AnswerC.
Projects each element of a sequence
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board