Table of Contents

Operator operator !=

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

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

Determines whether two ImmutableValueList<T> instances are not 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 not equal by value; otherwise, false.