RangeTGreaterThan Operator
Determines whether one
RangeT is greater 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 greater than
b;
otherwise,
false.
This operator returns
true when:
The Upper and Lower members
of a are greater than those members of b
- or -
The Lower member of a is equal to
the Upper member of b but
the Upper member of a is greater than both