Ejemplo n.º 1
0
 public static bool op_GreaterThanOrEqual(GreaterThanOrEqualOp self, GreaterThanOrEqualOp other)
 {
     Flag.Set(331);
     return(self._value >= other._value);
 }
Ejemplo n.º 2
0
 public static bool op_GreaterThanOrEqual(GreaterThanOrEqualOp self, GreaterThanOrEqualOp other) {
     Flag.Set(331);
     return self._value >= other._value;
 }