compareTo

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

Compares this angle to the specified other angle. Returns zero if this angle is equal to the specified other angle, a negative number if it's less than other, or a positive number if it's greater than other.