Method Equals
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.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
otherValueList<T>The other ValueList<T> to compare with this instance.
Returns
- bool
trueif the lists are equal by value; otherwise,false.
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject