CompareTo
(string) The second file version string you want to compare.
Re t u r n s
(number) A number representing the result of the comparison:
VALUE DESCRIPTION |
|
-1 |
The string in Version is less than (<) the string in CompareTo. |
0 |
The string in Version is equal to (=) the string in CompareTo. |
1 |
The string in Version is greater than (>) the string in CompareTo. |