Table of Contents

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

other IEnumerable<T>

The collection to compare.

Returns

bool

true if this set and the specified collection share at least one common element; otherwise, false.