'Declaration
Public Operator >( _ ByVal value1 As UANodeId, _ ByVal value2 As UANodeId _ ) As Boolean
'Usage
Parameters
- value1
- First object to be compared.
- value2
- Second object to be compared.
Return Value
True
if the first value is greater than the second value; false
otherwise.