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