isAtLeast

fun isAtLeast(state: State): Boolean

Compares if this State is greater or equal to the given state.

Return

true if this State is greater or equal to the given state

Parameters

state

State to compare with