コード例 #1
0
 public static bool op_GreaterThan(GreaterThanOp self, GreaterThanOp other)
 {
     Flag.Set(329);
     return(self._value > other._value);
 }
コード例 #2
0
ファイル: operators.cs プロジェクト: jxnmaomao/ironruby
 public static bool op_GreaterThan(GreaterThanOp self, GreaterThanOp other) {
     Flag.Set(329);
     return self._value > other._value;
 }