Operator GreaterThanOrEqual
| Improve this Doc View SourceGreaterThanOrEqual(_Byte, _Byte)
Compares the two _Byte parameters to determine whether the first is greater than or equal the second.
Declaration
public static _Boolean operator >=(_Byte x, _Byte y)
Parameters
| Type | Name | Description |
|---|---|---|
| _Byte | x | A _Byte object. |
| _Byte | y | A _Byte object. |
Returns
| Type | Description |
|---|---|
| _Boolean | A _Byte expression which contains the result. |