Array2DTEquality Operator

Determines whether two specified Array2DT instances have the same value.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public static bool operator ==(
	Array2D<T> a,
	Array2D<T> b
)

Parameters

a  Array2DT
The left argument of the equality check.
b  Array2DT
The right argument of the equality check.

Return Value

Boolean
The result of the equality check.

See Also