Method Equals
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Equals(IImmutableValueDictionary<TKey, TValue>?)
Determines whether the current ImmutableValueDictionary<TKey, TValue> is equal to another IImmutableValueDictionary<TKey, TValue> based on value semantics.
public bool Equals(IImmutableValueDictionary<TKey, TValue>? other)
Parameters
otherIImmutableValueDictionary<TKey, TValue>The other IImmutableValueDictionary<TKey, TValue> to compare with this instance.
Returns
- bool
trueif the dictionaries are equal by value; otherwise,false.
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject