compareTo

open operator override fun compareTo(other: MutableRealmInt): Int

MutableRealmInts compare strictly by their Long values.

Return

-1, 0, or 1, depending on whether this object's value is <, =, or the target's.

Parameters

other

the compare target