ToHashSetExtensionToHashSet Method

Overload List

ToHashSetTSource(IEnumerableTSource) Returns a HashSetT of the source items using the default equality comparer for the type.
ToHashSetTSource(IEnumerableTSource, IEqualityComparerTSource) Returns a HashSetT of the source items using the specified equality comparer for the type.

See Also