THashSetAdapter<T>.SetEquals(IEnumerable) Method

Represents method SetEquals(IEnumerable).

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

Parameters

other
Type: IEnumerable

Return Value

Type: Boolean

 

Implements

ISet.SetEquals(IEnumerable)