notEqualTo

infix fun notEqualTo(other: SerialNumericOps<*, *>): Booleans

Returns a Booleans that is true when this and another numeric profile are not equal.


infix fun notEqualTo(n: Number): Booleans

Returns a Booleans that is true when this does not equal a constant number.