ReadOnlySet<T>.Overlaps method

Determines whether the current set overlaps with the specified collection.

public bool Overlaps(IEnumerable<T> other)

See Also