C# source implementation that enhances LINQ to Objects with the method ExceptBy. Returns the set of elements in the first sequence which aren't in the second sequence, according to a given key selector.
Get Started
$ dotnet add package MoreLinq.Source.MoreEnumerable.ExceptByReadme
No README available.