Method IsSupersetOf
IsSupersetOf(IEnumerable<T>)
IsSupersetOf
operation with hashset. Regenerates internal list from new hashset.
Declaration
public bool IsSupersetOf(IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | other | Enumerable to |
Returns
Type | Description |
---|---|
bool | Returns true if internal hashset is a superset of other, returns false. |