Ejemplo n.º 1
0
 public static bool op_Inequality(NotEqualOp self, NotEqualOp other)
 {
     Flag.Set(333);
     return(self._value != other._value);
 }
Ejemplo n.º 2
0
 public static bool op_Inequality(NotEqualOp self, NotEqualOp other) {
     Flag.Set(333);
     return self._value != other._value;
 }