Archives for .Net framework

Comparing Objects with IComparable and IComparer compitionpoint June 8, 2018 Comparing Objects with IComparable and IComparer2019-10-12T16:49:35+00:00 .Net framework No Comment

There are two useful interfaces that are useful for comparing user-defined objects. These are the IComparable<T> and IComparer<T>interfaces. The IComparable interface is implemented in a class to allow comparison between it and another object. The IComparer<T>is…
Continue Reading