ISet<T>.IsSupersetOf Method

Definition

Determines whether the current set is a superset of a specified collection.

Delphi
function IsSupersetOf(const other: IEnumerable<T>): Boolean

Parameters

other
IEnumerable<T>

The collection to compare to the current set.

Returns

Boolean

True if the current set is a superset of other ; otherwise, False .

Exceptions

other is nil .