compareTo

open operator override fun compareTo(other: ClaimType): Int(source)

Compares this ClaimType object with the specified other object for order.

Return

a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object

Parameters

other

the object to compare with

Throws

if this and other are not comparable