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