System::Version::CompareTo metod
Version::CompareTo method
Jämför versionerna som representeras av det aktuella objektet och det angivna objektet.
int System::Version::CompareTo(const Version &ver) const
| Parameter | Type | Beskrivning |
|---|---|---|
| ver | const Version& | Ett Version objekt att jämföra med det aktuella objektet |
ReturnValue
-1 if the version number represented by the current object is less than that represented by ver; 0 if the version numbers are equal; 1 if the version number represented by the current object is greater than the value represented by ver
Se även
- Class Version
- Class Version
- Namespace System
- Library Aspose.Page for C++