Table of Contents

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

other IEnumerable<T>

The collection to compare.

Returns

bool

true if this set and the specified collection contain the same elements; otherwise, false.