Table of Contents

Operator operator ==

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

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

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

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

Parameters

left ImmutableValueList<T>

The first ImmutableValueList<T> to compare.

right ImmutableValueList<T>

The second ImmutableValueList<T> to compare.

Returns

bool

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