Page 1 of 1

Choose the correct statement about the IComparer interface in C#?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
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