isGreaterThanOrEqualTo

fun isGreaterThanOrEqualTo(version: String): Boolean

Return

true if the current version is greater than or equal to the provided version

See also

.isGreaterThanOrEqualTo

Parameters

version

the version to compare

fun isGreaterThanOrEqualTo(version: Semver): Boolean

Checks if the version is greater than or equal to another version

Return

true if the current version is greater than or equal to the provided version

Parameters

version

the version to compare