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>
right ValueDictionary<TKey, TValue>

Returns

bool