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