Table of Contents

Operator operator ==

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

operator ==(ImmutableValueArray<T>?, ImmutableValueArray<T>?)

Determines whether two ImmutableValueArray<T> instances are equal by value.

public static bool operator ==(ImmutableValueArray<T>? left, ImmutableValueArray<T>? right)

Parameters

left ImmutableValueArray<T>

The first ImmutableValueArray<T> to compare.

right ImmutableValueArray<T>

The second ImmutableValueArray<T> to compare.

Returns

bool

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