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