Operator operator !=
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
operator !=(ImmutableValueArray<T>?, ImmutableValueArray<T>?)
Determines whether two ImmutableValueArray<T> instances are not equal by value.
public static bool operator !=(ImmutableValueArray<T>? left, ImmutableValueArray<T>? right)
Parameters
leftImmutableValueArray<T>The first ImmutableValueArray<T> to compare.
rightImmutableValueArray<T>The second ImmutableValueArray<T> to compare.
Returns
- bool
trueif the arrays are not equal by value; otherwise,false.