Array2DTInequality Operator

Determines whether two specified Array2DT instances have different values.

Definition

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

Parameters

a  Array2DT
The left argument of the inequality check.
b  Array2DT
The right argument of the inequality check.

Return Value

Boolean
The result of the inequality check.

See Also