I want to understand the scenarios where IEqualityComparer<T> and IEquatable<T> should be used. The MSDN documentation for both looks very similar.
IEqualityComparer<T>
IEquatable<T>
IEqualityComparer<T> is an interface for an object that performs the comparison on two objects of the type T.
T
IEquatable<T> is for an object of type T so that it can compare itself to another of the same type.
1.4m articles
1.4m replys
5 comments
57.0k users