Array2DTInequality Operator
Determines whether two specified
Array2DT instances have different values.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.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 inequality check.
- b Array2DT
- The right argument of the inequality check.
BooleanThe result of the inequality check.