isLowerThanOrEqualTo

fun isLowerThanOrEqualTo(version: String): Boolean

Return

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

See also

.isLowerThanOrEqualTo

Parameters

version

the version to compare

fun isLowerThanOrEqualTo(version: Semver): Boolean

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

Return

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

Parameters

version

the version to compare