THashSetAdapter<T>.IsSupersetOf(IEnumerable) Method

Represents method IsSupersetOf(IEnumerable).

Namespace: Spring.Collections.Adapters
private
 function IsSupersetOf(const other: IEnumerable): Boolean;

Parameters

other
Type: IEnumerable

Return Value

Type: Boolean

 

Implements

ISet.IsSupersetOf(IEnumerable)