Choose the correct statement about the IComparer interface in C#?
A. The IComparer interface is in System.Collections
B. It defines a method called Compare(), which compares the values of two objects
C. Both The IComparer interface is in System.Collections & It defines a method called Compare(), which compares the values of two objects
D. None of the mentioned
Answer: Option C
Join The Discussion