Memory2D<T>.Equality Operator

Checks whether two 2D arrays are equal.

DefinitionPermalink

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public static bool operator ==(
	Memory2D<T> left,
	Memory2D<T> right
)

ParametersPermalink

left  Memory2D<T>
A 2D array.
right  Memory2D<T>
A 2D array.

Return ValuePermalink

Boolean
true if left is equal to right; otherwise false.

See AlsoPermalink