Slice.Inequality Operator

Returns whether two slices are not equal.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static bool operator !=(
	Slice first,
	Slice second
)

Parameters

first  Slice
The first slice.
second  Slice
The second slice.

Return Value

Boolean
true if first and second are not equal; otherwise false.

See Also