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