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