Question:What is the function of IComparer interface?
Answer IComparer interface accepts two parameters and will return an integer representing whether one object is greater, equal, or less than the other.
+ Report
What is the function of IComparer interface?