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