ImmutableSortedSet<T>::IsSupersetOf Method (IEnumerable<T>^)
Determines whether the current immutable sorted set is a superset of a specified collection.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- other
-
Type:
System.Collections.Generic::IEnumerable<T>^
The collection to compare to the current set.
All collections, including empty sets, are supersets of an empty set. Therefore, this method returns true if the collection represented by the other parameter is empty, even if the current sorted set is empty.
NuGet package: System.Collections.Immutable (about immutable collections and how to install)
Show: