Compares the minor versions of two version objects or compares the minor version with an integer.
Syntax
int compareMinor(CxVersion &other); int compareMinor(int minor);
Parameters
Return values
An integer that specifies the difference between the minor versions.
Notes
You can use the compareMinor() method to compare the minor versions of business objects or business object definitions.
See also
See also the descriptions of the compareMajor(), comparePoint(), and compareTo() methods.