MoreEnumerable.ToHashSet Method |
Name | Description | |
---|---|---|
![]() ![]() | ToHashSet<TSource>(IEnumerable<TSource>) |
Returns a HashSet< T> of the source items using the default equality
comparer for the type.
|
![]() ![]() | ToHashSet<TSource>(IEnumerable<TSource>, IEqualityComparer<TSource>) |
Returns a HashSet< T> of the source items using the specified equality
comparer for the type.
|