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