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