THashSetAdapter<T>.IsSubsetOf(IEnumerable) Method

Represents method IsSubsetOf(IEnumerable).

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

Parameters

other
Type: IEnumerable

Return Value

Type: Boolean

 

Implements

ISet.IsSubsetOf(IEnumerable)