Operator operator !=
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
operator !=(ImmutableValueDictionary<TKey, TValue>?, ImmutableValueDictionary<TKey, TValue>?)
Determines whether two ImmutableValueDictionary<TKey, TValue> instances are not equal by value.
public static bool operator !=(ImmutableValueDictionary<TKey, TValue>? left, ImmutableValueDictionary<TKey, TValue>? right)
Parameters
leftImmutableValueDictionary<TKey, TValue>The first ImmutableValueDictionary<TKey, TValue> to compare.
rightImmutableValueDictionary<TKey, TValue>The second ImmutableValueDictionary<TKey, TValue> to compare.
Returns
- bool
trueif the dictionaries are not equal by value; otherwise,false.