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