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