version : build_smaller |
Return true if the build number of this version is greater than the build number passed in.
Any other method of any other object can call this method. This is called 'public' access.
The data-type returned is "booltype"; True if the build number is greater.
This method is contained in the object "version".
The method takes the following arguments:
build : longtype
If true, then the phase and build are included.
Return true if the build in this version is smaller than that passed in.
return _build < build;
Return true if the build in this version is smaller than that passed in.
return _build < build;