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