Table of Contents

Operator operator ==

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

operator ==(ImmutableValueDictionary<TKey, TValue>?, ImmutableValueDictionary<TKey, TValue>?)

Determines whether two ImmutableValueDictionary<TKey, TValue> instances are equal by value.

public static bool operator ==(ImmutableValueDictionary<TKey, TValue>? left, ImmutableValueDictionary<TKey, TValue>? right)

Parameters

left ImmutableValueDictionary<TKey, TValue>

The first ImmutableValueDictionary<TKey, TValue> to compare.

right ImmutableValueDictionary<TKey, TValue>

The second ImmutableValueDictionary<TKey, TValue> to compare.

Returns

bool

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