CastArray2DTFrom, TToInequality Operator

Determines whether two specified CastArray2DTFrom, TTo instances have different values.

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 inequality check.
b  CastArray2DTFrom, TTo
The right argument of the inequality check.

Return Value

Boolean
The result of the inequality check.

See Also