-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Collections_EnumerableExtensions_IsFirst
Andrew Koryavchenko edited this page Jul 4, 2017
·
1 revision
Name | Description | |
---|---|---|
![]() ![]() ![]() ![]() |
IsFirst(TSource)(IEnumerable(TSource), TSource) | Checks, if item is first element of source. |
![]() ![]() ![]() ![]() |
IsFirst(TSource)(IEnumerable(TSource), TSource, IEqualityComparer(TSource)) | Checks, if item is first element of source. |