Table of Contents

Operator operator ==

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

operator ==(ValueHashSet<T>?, ValueHashSet<T>?)

Determines whether two ValueHashSet<T> instances are equal by value.

public static bool operator ==(ValueHashSet<T>? left, ValueHashSet<T>? right)

Parameters

left ValueHashSet<T>

The first ValueHashSet<T> to compare.

right ValueHashSet<T>

The second ValueHashSet<T> to compare.

Returns

bool

true if the sets are equal by value; otherwise, false.