System::Version::CompareTo Methode
Version::CompareTo method
Vergleicht die von dem aktuellen Objekt und dem angegebenen Objekt dargestellten Versionen.
int System::Version::CompareTo(const Version &ver) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| ver | const Version& | Ein Version Objekt zum Vergleich mit dem aktuellen Objekt |
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
Siehe auch
- Class Version
- Class Version
- Namespace System
- Library Aspose.Font for C++