System::Guid::CompareTo मेथड

Guid::CompareTo method

वर्तमान और निर्दिष्ट ऑब्जेक्ट्स द्वारा प्रतिनिधित्व किए गए GUIDs की अंकगणितीय तुलना करता है।

int System::Guid::CompareTo(const Guid &g) const
पैरामीटरप्रकारविवरण
gconst 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

संबंधित देखें