Array3DTEquality Operator

Determines whether two specified Array3DT instances have the same value.

Definition

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

Parameters

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

Return Value

Boolean
The result of the equality check.

See Also