Table of Contents

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

other IImmutableValueSet<T>

The other IImmutableValueSet<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

Returns

bool