[]
Overrides the less than operator.
public static bool operator <(Range<T> left, Range<T> right)
Type | Name | Description |
---|---|---|
Range<T> | left | The left range. |
Range<T> | right | The right range. |
Type | Description |
---|---|
bool | true if the is less than , false otherwise.
|
Overrides the less than operator.
public static bool operator <(Range<T> left, T right)
Type | Name | Description |
---|---|---|
Range<T> | left | The left range. |
T | right | The right range. |
Type | Description |
---|---|
bool | true if the is less than , false otherwise.
|