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