Related resources for IComparable And IComparer Interface In C#
  • Using The IComparable And IComparer Interface In C#5/18/2020 9:29:05 AM. One of the most used functionalities in our C# classes is the ability to sort the different instances of a class. This is mostly done when we create a generic List of our class type and next, we want