Range.Inequality Operator
Returns whether two instances
of Range are different.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if range1 and range2 specify different ranges; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static bool operator !=(
Range range1,
Range range2
)
Parameters
Return Value
Booleantrue if range1 and range2 specify different ranges; otherwise false.
Remarks
Two ranges are equal if they are both equal to All, or if their StartIndex, EndIndex, and Stride properties are the same.