Overload List

  NameDescription
Distinct<(Of <(T>)>)(IEnumerable<(Of <(T>)>))
Verifies that the sequence of objects contains distinct values.
Distinct<(Of <(T>)>)(IEnumerable<(Of <(T>)>), EqualityComparison<(Of <(T>)>))
Verifies that the sequence of objects contains distinct values.
Distinct<(Of <(T>)>)(IEnumerable<(Of <(T>)>), IEqualityComparer<(Of <(T>)>))
Verifies that the sequence of objects contains distinct values.
Distinct<(Of <(T>)>)(IEnumerable<(Of <(T>)>), String, array<Object>[]()[])
Verifies that the sequence of objects contains distinct values.
Distinct<(Of <(T>)>)(IEnumerable<(Of <(T>)>), EqualityComparison<(Of <(T>)>), String, array<Object>[]()[])
Verifies that the sequence of objects contains distinct values.
Distinct<(Of <(T>)>)(IEnumerable<(Of <(T>)>), IEqualityComparer<(Of <(T>)>), String, array<Object>[]()[])
Verifies that the sequence of objects contains distinct values.

See Also