Method Equals
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Equals(IImmutableValueList<T>?)
Determines whether the current ImmutableValueList<T> is equal to another IImmutableValueList<T> based on value semantics.
public bool Equals(IImmutableValueList<T>? other)
Parameters
otherIImmutableValueList<T>The other IImmutableValueList<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