Table of Contents

Operator operator !=

Namespace
GuildWars2.Collections
Assembly
GW2SDK.dll

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

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

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

Parameters

left ValueList<T>
right ValueList<T>

Returns

bool