| EnumerableExDistinct Method |
| Name | Description | |
|---|---|---|
| DistinctTSource, TKey(IEnumerableTSource, FuncTSource, TKey) |
Returns elements with a distinct key value by using the default equality comparer to compare key values.
| |
| DistinctTSource, TKey(IEnumerableTSource, FuncTSource, TKey, IEqualityComparerTKey) |
Returns elements with a distinct key value by using the specified equality comparer to compare key values.
|