Native Array 2D<T>.Inequality Operator
Checks whether two 2D arrays are not equal.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if left is not equal to right; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool operator !=(
NativeArray2D<T> left,
NativeArray2D<T> right
)
Parameters
- left NativeArray2D<T>
- A 2D array.
- right NativeArray2D<T>
- A 2D array.
Return Value
Booleantrue if left is not equal to right; otherwise false.