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