I want to understand the scenarios where IEqualityComparer<T>
and IEquatable<T>
should be used.
The MSDN documentation for both looks very similar.
I want to understand the scenarios where IEqualityComparer<T>
and IEquatable<T>
should be used.
The MSDN documentation for both looks very similar.