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
leftImmutableValueSet<T>The first ImmutableValueSet<T> to compare.
rightImmutableValueSet<T>The second ImmutableValueSet<T> to compare.
Returns
- bool
trueif the sets are not equal by value; otherwise,false.