isAtLeast

fun isAtLeast(major: Int, minor: Int): Boolean(source)

Returns true if this version is not less than the version specified with the provided major and minor components.


fun isAtLeast(    major: Int,     minor: Int,     patch: Int): Boolean(source)

Returns true if this version is not less than the version specified with the provided major, minor and patch components.