value as defined by opEquals spec
Enables ordering comparison with WideUInt of the same size
Params: rhs = value to compare against
Returns: value as defined by opCmp spec
WideUInt num1, num2; num1.payload[1] = 1; num2.payload[2] = 1; test(num1 < num2); test(num2 > num1);
Enables equality comparison with WideUInt of the same size