MoreLinq
ToHashSet Method
NamespacesMoreLinqMoreEnumerableToHashSet()()()()
Members
IconMemberDescription
ToHashSet<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>))
Returns a HashSet<(Of <(<'T>)>)> of the source items using the default equality comparer for the type.

ToHashSet<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), IEqualityComparer<(Of <<'(TSource>)>>))
Returns a HashSet<(Of <(<'T>)>)> of the source items using the specified equality comparer for the type.

Assembly: MoreLinq (Module: MoreLinq.dll) Version: 1.0.16006.0 (1.0.16006.1845)