equals

open operator override fun equals(other: Any?): Boolean

Two RefreshTokenExpirationInterval objects are considered equal if they have the same minutes value.

Return

true if the other object is a RefreshTokenExpirationInterval with the same minutes value, false otherwise.

Since

300.0.0