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