RangeTLessThan Operator
Determines whether one
RangeT is less than
another.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public static bool operator <(
Range<T> a,
Range<T> b
)
- a RangeT
- The first RangeT.
- b RangeT
- The second RangeT.
Booleantrue if
a is less than
b;
otherwise,
false.
This operator returns
true when:
The Upper and Lower members
of a are less than those members of b
- or -
The Upper member of a is equal to
the Lower member of b but
the Lower member of a is less than both