ISet<T>.IntersectWith(IEnumerable<T>) Method

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

Namespace: Spring.Collections
public
 procedure IntersectWith(const other: IEnumerable<T>);

Parameters

other
Type: IEnumerable<T>

The collection to compare to the current set.