ISet<T>.IntersectWith Method

Definition

Modifies the current set so that it contains only elements that are also in a specified collection.

Delphi
procedure IntersectWith(const other: IEnumerable<T>)

Parameters

other
IEnumerable<T>

The collection to compare to the current set.

Exceptions

other is nil .