System::Guid::CompareTo-methode
Guid::CompareTo method
Voert een rekenkundige vergelijking uit van de GUID’s die worden vertegenwoordigd door het huidige en het opgegeven object.
int System::Guid::CompareTo(const Guid &g) const
| Parameter | Type | Beschrijving |
|---|---|---|
| g | const Guid& | De te vergelijken waarde |
ReturnValue
-1 if the GUID represented by the current object is less than the GUID represented by g; 0 if the GUIDs are equal; 1 if the GUID represented by the current object is greater than the GUID represented by g
Zie ook
- Class Guid
- Class Guid
- Namespace System
- Library Aspose.Page for C++