Table of Contents

Operator operator !=

Namespace
GuildWars2.Collections
Assembly
GW2SDK.dll

operator !=(ValueDictionary<TKey, TValue>?, ValueDictionary<TKey, TValue>?)

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

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

Parameters

left ValueDictionary<TKey, TValue>

The first ValueDictionary<TKey, TValue> to compare.

right ValueDictionary<TKey, TValue>

The second ValueDictionary<TKey, TValue> to compare.

Returns

bool