Method Overlaps
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Overlaps(IEnumerable<T>)
Determines whether this set and the specified collection share any common elements.
public bool Overlaps(IEnumerable<T> other)
Parameters
otherIEnumerable<T>The collection to compare.
Returns
- bool
trueif this set and the specified collection share at least one common element; otherwise,false.