示例#1
0
 public static bool op_Equality(EqualOp self, EqualOp other)
 {
     Flag.Set(332);
     return(self._value == other._value);
 }
示例#2
0
 public static bool op_Equality(EqualOp self, EqualOp other) {
     Flag.Set(332);
     return self._value == other._value;
 }