Method SetEquals
SetEquals(IEnumerable<TValue>)
Determines whether this set and the specified collection contain the same elements.
Declaration
public bool SetEquals(IEnumerable<TValue> other)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<TValue> | other |
Returns
| Type | Description |
|---|---|
| bool |