I saw the light Linq - Alexey Zakharov's Blog

Browse by Tags

All Tags » Linq (RSS)

AnonymousComparer - lambda compare selector for Linq by brainbox

One guy from Japan created a very cool linq extension. It is called AnonymousComparer, which allows to use Func instead of annoying IEqualityComparer. var anonymous = new [] { new { Foo = "A" , Key = 10 }, new { Foo = "B" , Key = 15 } }; // true anonymous...
Filed under: , , ,
More Posts