THashSet<T>.IsSupersetOf(IEnumerable<T>) Method
Determines whether a THashSet<T> object is a superset of the specified collection.
public function IsSupersetOf(const other: IEnumerable<T>): Boolean;
Parameters
- other
- Type: IEnumerable<T>
The collection to compare to the current THashSet<T> object.
Implements
ISet<T>.IsSupersetOf(IEnumerable<T>)- Spring.EArgumentNullException
- other is nil.