CastArray2DTFrom, TToEquality Operator

Determines whether two specified CastArray2DTFrom, TTo instances have the same value.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static bool operator ==(
	CastArray2D<TFrom, TTo> a,
	CastArray2D<TFrom, TTo> b
)

Parameters

a  CastArray2DTFrom, TTo
The left argument of the equality check.
b  CastArray2DTFrom, TTo
The right argument of the equality check.

Return Value

Boolean
The result of the equality check.

See Also