Method Overlaps
Overlaps(IEnumerable<TValue>)
Determines whether this set and the specified set share any common elements.
Declaration
public bool Overlaps(IEnumerable<TValue> other)Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<TValue> | other | 
Returns
| Type | Description | 
|---|---|
| bool | 
