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