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