Method IsProperSupersetOf
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
IsProperSupersetOf(IEnumerable<T>)
Determines whether this set is a proper superset of the specified collection.
public bool IsProperSupersetOf(IEnumerable<T> other)
Parameters
otherIEnumerable<T>The collection to compare.
Returns
- bool
trueif this set is a proper superset of the specified collection; otherwise,false.