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