| EnumerableExDistinct Method | 
 Overload List
Overload List| 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.
             | 
 See Also
See Also