--- title: "$CompareReleaseSequence" ---
This is generated from the built in components of BuildMaster 2024.0, and may be different than what you have installed (especially if you have extensions); go to [Gear Icon] -> Administration -> Functions within your BuildMaster instance to see exactly what operations are available.

compares the release number of the current application with a specified release number

Script usage:

$CompareReleaseSequence(operator, releaseNum1, [releaseNum2])

Parameters:

NameDescription
operatorValid operators are: ==, !=, >, <, >=, <=.
releaseNum1Release Number1
releaseNum2Defaults to the current release number in context when not specified.