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