- Add
- Count
- Contains
- Comparer
- TryGetMin
- TryGetMax
- CopyTo
- Clear
- Remove
- ExceptWith
- IntersectWith
- SymmetricExceptWith
- UnionWith
- IsProperSubsetOf
- IsProperSupersetOf
- IsSubsetOf
- IsSupersetOf
- Overlaps
- SetEquals
- GetViewBetween
- GetReverse
IsSupersetOf
Determines whether the current sorted set is a superset of the specified collection or array.
A version for working with the collection that implements the ICollection<T> interface.
bool IsSupersetOf(
|
A version for working with an array.
bool IsSupersetOf(
|
Parameters
*collection
[in] A collection to determine the relation.
&collection[]
[in] An array to determine the relation.
Return Value
Returns true if the current sorted set is a superset, or false otherwise.