Method IsProperSupersetOf
IsProperSupersetOf(Collections.Generic.IEnumerable<T>)
Determines whether a TreeSet<T> object is a proper superset of the specified collection.
Declaration
public bool IsProperSupersetOf(Collections.Generic.IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | other | The collection to compare to the current TreeSet<T> object. |
Returns
Type | Description |
---|---|
System.Boolean |
|