ISet(Of T).Overlaps Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the current set overlaps with the specified collection.
Assembly: System (in System.dll)
Parameters
- other
- Type: System.Collections.Generic.IEnumerable(Of T)
The collection to compare to the current set.
Return Value
Type: System.Booleantrue if the current set and other share at least one common element; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | other is Nothing. |
Show: