System::Guid::CompareTo मेथड
Guid::CompareTo method
वर्तमान और निर्दिष्ट ऑब्जेक्ट्स द्वारा प्रतिनिधित्व किए गए GUIDs की अंकगणितीय तुलना करता है।
int System::Guid::CompareTo(const Guid &g) const
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| g | const Guid& | तुलना मान |
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
संबंधित देखें
- Class Guid
- Class Guid
- Namespace System
- Library Aspose.Page for C++