Method IsSubsetOf
IsSubsetOf(IEnumerable<TValue>)
Determines whether the set is a subset of the specified collection.
Declaration
public bool IsSubsetOf(IEnumerable<TValue> other)Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<TValue> | other | 
Returns
| Type | Description | 
|---|---|
| bool | 
