Method SetEquals
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
SetEquals(IEnumerable<T>)
Determines whether this set and the specified collection contain the same elements.
public bool SetEquals(IEnumerable<T> other)
Parameters
otherIEnumerable<T>The collection to compare.
Returns
- bool
trueif this set and the specified collection contain the same elements; otherwise,false.