Table of Contents

Method Equals

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Equals(ImmutableValueArray<T>?)

Determines whether the current ImmutableValueArray<T> is equal to another ImmutableValueArray<T> based on value semantics.

public bool Equals(ImmutableValueArray<T>? other)

Parameters

other ImmutableValueArray<T>

The other ImmutableValueArray<T> to compare with this instance.

Returns

bool

true if the arrays are equal by value; otherwise, false.

Equals(IImmutableValueList<T>?)

Determines whether the current ImmutableValueArray<T> is equal to another IImmutableValueList<T> based on value semantics.

public bool Equals(IImmutableValueList<T>? other)

Parameters

other IImmutableValueList<T>

The other IImmutableValueList<T> to compare with this instance.

Returns

bool

true if the collections are equal by value; otherwise, false.

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool