In LINQ, what does the All operator do?
A. Determines whether any element exists in a sequence that satisfies a condition
B. Returns the number of elements in a sequence
C. Returns a specific element from a sequence
D. Determines whether all elements in a sequence satisfy a condition
Answer: Option D
Join The Discussion