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