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