Info
Version: | 1.0.2 |
Author(s): | MoreLINQ Developers |
Last Update: | Wednesday, March 7, 2018 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/morelinq |
NuGet Url: | https://www.nuget.org/packages/MoreLinq.Source.MoreEnumerable.DistinctBy |
Install
Install-Package MoreLinq.Source.MoreEnumerable.DistinctBy
dotnet add package MoreLinq.Source.MoreEnumerable.DistinctBy
paket add MoreLinq.Source.MoreEnumerable.DistinctBy
MoreLinq.Source.MoreEnumerable.DistinctBy Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
Returns all distinct elements of the given source, where "distinctness" is determined via a projection and the default eqaulity comparer for the projected type.