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