Returns whether two slices are not equal.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static bool operator !=(
Slice first,
Slice second
)
Public Shared Operator <> (
first As Slice,
second As Slice
) As Boolean
public:
static bool operator !=(
Slice first,
Slice second
)
static let inline (<>)
first : Slice *
second : Slice : bool
Parameters
- first
- Type: Extreme.MathematicsSlice
The first slice. - second
- Type: Extreme.MathematicsSlice
The second slice.
Return Value
Type:
Boolean if
first
and
second are not equal;
otherwise
.
Reference