open fun compareTo(other: T): Int
(source)
open fun compareTo(other: UInt32): Int
(source)
Compare two UInt32 values.
other
- The value to compare to.
Return
A negative integer, zero, or a positive integer as this value is less than, equal to, or greater than the specified value.