Skip to contents

This method takes dotted version strings and compares them by numerical components. It safely avoids the errors string comparison, which incorrectly says "3.10.510" > "17.2.123".

Arguments

targetVersion

Target version string

sourceVersion

Optional source version string. If missing, use the connected server version

Value

TRUE if the target version is strictly less than the source version