ArraySectionTInequality Operator

Determines whether two specified ArraySectionT instances have different values.

Definition

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

Parameters

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

Return Value

Boolean
The result of the inequality check.

See Also