Exemplo n.º 1
0
 public static bool op_GreaterThan(GreaterThanOp self, GreaterThanOp other)
 {
     Flag.Set(329);
     return(self._value > other._value);
 }
Exemplo n.º 2
0
 public static bool op_GreaterThan(GreaterThanOp self, GreaterThanOp other) {
     Flag.Set(329);
     return self._value > other._value;
 }