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