ISet(Of T).SetEquals 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 and the specified collection contain the same elements.
Assembly: System (in System.dll)
Parameters
- other
- Type: System.Collections.Generic.IEnumerable(Of T)
The collection to compare to the current set.
| Exception | Condition |
|---|---|
| ArgumentNullException | other is Nothing. |
Show: