DistinctBy extension.
Inheritance Hierarchy SystemObjectMoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax C# VB C++ F# Copypublic static class DistinctByExtension
<ExtensionAttribute> Public NotInheritable Class DistinctByExtension
[ExtensionAttribute] public ref class DistinctByExtension abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] [<ExtensionAttribute>] type DistinctByExtension = class endMethods Name Description DistinctByTSource, TKey(IEnumerableTSource, FuncTSource, TKey)
Returns all distinct elements of the given source, where "distinctness" is determined via a projection and the default equality comparer for the projected type.
DistinctByTSource, TKey(IEnumerableTSource, FuncTSource, TKey, IEqualityComparerTKey)Returns all distinct elements of the given source, where "distinctness" is determined via a projection and the specified comparer for the projected type.
Top See Also Reference MoreLinq.Extensions NamespaceRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4