IEnumerableHashSet Interface
Extends IEnumerable< T >
Exposes a GetEnumerator method with a non-allocating HashSet.Enumerator struct.
new HashSet< T >.Enumerator GetEnumerator ( )
bool IsProperSubsetOf ( IEnumerable< T > other )
bool IsProperSupersetOf ( IEnumerable< T > other )
bool IsSubsetOf ( IEnumerable< T > other )
bool IsSupersetOf ( IEnumerable< T > other )
bool Overlaps ( IEnumerable< T > other )
bool SetEquals ( IEnumerable< T > other )