Method SetEquals
SetEquals(Collections.Generic.IEnumerable<T>)
Determines whether the current TreeSet<T> and the specified collection contain the same elements.
Declaration
public bool SetEquals(Collections.Generic.IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | other | The collection to compare to the current TreeSet<T>. |
Returns
Type | Description |
---|---|
System.Boolean |
|