Table of Contents

Operator operator !=

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

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

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

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

Parameters

left ImmutableValueSet<T>

The first ImmutableValueSet<T> to compare.

right ImmutableValueSet<T>

The second ImmutableValueSet<T> to compare.

Returns

bool

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