The missing link: The LinqEqualityComparer
Reply
There are a few Linq extension methods that only support the combination of the Equals and GetHashCode methods of an object or the use of a custom EqualityComparer. When you want to select all items from a list that are Continue reading
