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