Table of Contents

Operator operator !=

Namespace
GuildWars2.Collections
Assembly
GW2SDK.dll

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

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

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

Parameters

left ValueHashSet<T>

The first ValueHashSet<T> to compare.

right ValueHashSet<T>

The second ValueHashSet<T> to compare.

Returns

bool

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