public static operator!=(readonly notnull r1 as Rational, readonly notnull r2 as Rational) as Boolean:
Value inequality between two rational numbers.
| Parameter | Description |
|---|---|
r1 | First rational number. |
r2 | Second rational number. |
True when both values are different.