|
| .NET Framework Class Library |
| ParallelEnumerable..::.Distinct Method |
| ParallelEnumerable Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
![]() ![]() | Distinct<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>)) |
Returns distinct elements from a parallel sequence by using the
default equality comparer to compare values.
|
![]() ![]() | Distinct<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), IEqualityComparer<(Of <(TSource>)>)) |
Returns distinct elements from a parallel sequence by using a specified
IEqualityComparer{T} to compare values.
|

