示例#1
0
 public static bool op_LessThan(LessThanOp self, LessThanOp other)
 {
     Flag.Set(328);
     return(self._value < other._value);
 }
示例#2
0
 public static bool op_LessThan(LessThanOp self, LessThanOp other) {
     Flag.Set(328);
     return self._value < other._value;
 }