ISet<T>.IsSubsetOf Method

Definition

Determines whether a set is a subset of a specified collection.

Delphi
function IsSubsetOf(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 subset of other ; otherwise, False .

Exceptions

other is nil .