UInt24.GreaterThanOrEqual Operator
Definition
Compares two values to determine which is greater or equal.
public static bool operator GreaterThanOrEqual(UInt24 left, UInt24 right);
Parameters
| Name | Type | Description |
|---|---|---|
| left | UInt24 | The value to compare with right. |
| right | UInt24 | The value to compare with left. |
Returns
true if left is greater than or equal to right; otherwise, false.