Distinct Method

Task Parallel System.Threading

Overload List

  NameDescription
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.

See Also