-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Collections_EnumerableExtensions_ExceptBy
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
![]() ![]() ![]() ![]() |
ExceptBy(TSource, TKey)(IEnumerable(TSource), IEnumerable(TSource), Func(TSource, TKey)) | Produces the set difference of two sequences by using the specified key to compare values. |
![]() ![]() ![]() ![]() |
ExceptBy(TSource, TKey)(IEnumerable(TSource), IEnumerable(TSource), Func(TSource, TKey), IEqualityComparer(TKey)) | Produces the set difference of two sequences by using the specified key and IEqualityComparer(T) to compare values. |