Community

Implementing IEqualityComparer

IEqualityComparer is a generic interface defined in the .NET framework version 2.0 and used in many standard classes, including several LINQ operators. The interface can be implemented to allow customised comparison of values and objects.

Read More - Register for Free Membership