THashSetAdapter<T>.Overlaps(IEnumerable) Method

Represents method Overlaps(IEnumerable).

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

Parameters

other
Type: IEnumerable

Return Value

Type: Boolean

 

Implements

ISet.Overlaps(IEnumerable)