Array3DTEquality Operator
Determines whether two specified
Array3DT instances have the same value.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public static bool operator ==(
Array3D<T> a,
Array3D<T> b
)
Public Shared Operator = (
a As Array3D(Of T),
b As Array3D(Of T)
) As Boolean
public:
static bool operator ==(
Array3D<T> a,
Array3D<T> b
)
static let inline (=)
a : Array3D<'T> *
b : Array3D<'T> : bool
- a Array3DT
- The left argument of the equality check.
- b Array3DT
- The right argument of the equality check.
BooleanThe result of the equality check.