Array Slice<T>.Inequality Operator
Checks whether two array slices are not equal.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if left is not equal to right; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool operator !=(
ArraySlice<T> left,
ArraySlice<T> right
)
Parameters
- left ArraySlice<T>
- An array slice.
- right ArraySlice<T>
- An array slice.
Return Value
Booleantrue if left is not equal to right; otherwise false.