ArraySectionTInequality Operator
Determines whether two specified
ArraySectionT instances have different values.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static bool operator !=(
ArraySection<T> a,
ArraySection<T> b
)
Public Shared Operator <> (
a As ArraySection(Of T),
b As ArraySection(Of T)
) As Boolean
public:
static bool operator !=(
ArraySection<T> a,
ArraySection<T> b
)
static let inline (<>)
a : ArraySection<'T> *
b : ArraySection<'T> : bool
- a ArraySectionT
- The left argument of the inequality check.
- b ArraySectionT
- The right argument of the inequality check.
BooleanThe result of the inequality check.