Method Overlaps
| Improve this Doc View SourceOverlaps(IScalars, IScalars)
Determines whether the current set overlaps with the specified collection.
Declaration
public static bool Overlaps(this IScalars source, IScalars other)
Parameters
| Type | Name | Description |
|---|---|---|
| IScalars | source | The current set. |
| IScalars | other | The collection to compare to the current set. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if the current set overlaps with the specified collection; otherwise, false. |