[]
Overrides the less than or equal to 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 or equal to , false otherwise.
|
Overrides the less than or equals 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 or equal to , false otherwise.
|