c# finding those blasted predefined IEqualityComparer classes!
by brian on Apr.14, 2009, under .NET, c#, coding
Why there isn’t any reference in the IEqualityComparer documentation to pre-implmented classes that override the function I don’t know.
But here’s one for string comparisons:
StringComparer
This static class contains many different predefined IEqualityComparer instances to be used in functions like “Contains”. Enjoy.
No comments for this entry yet...
