isEqualTo

fun isEqualTo(other: Int): Boolean

Checks if the rank is equal to the given integer.

Return

true if the rank is equal to the given integer, false otherwise.

Parameters

other

The integer to compare with.