-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Collections_EnumerableExtensions_IntersectBy
andrewvk edited this page Mar 22, 2016
·
3 revisions
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() ![]() |
IntersectBy(TSource, TKey)(IEnumerable(TSource), IEnumerable(TSource), Func(TSource, TKey)) | Produces the set intersection of two sequences by using the specified key to compare values. |
![]() ![]() |
IntersectBy(TSource, TKey)(IEnumerable(TSource), IEnumerable(TSource), Func(TSource, TKey), IEqualityComparer(TKey)) | Produces the set intersection of two sequences by using the specified key and IEqualityComparer(T) to compare values. |