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
leftImmutableValueList<T>The first ImmutableValueList<T> to compare.
rightImmutableValueList<T>The second ImmutableValueList<T> to compare.
Returns
- bool
trueif the lists are not equal by value; otherwise,false.