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