System::Guid::CompareTo metod

Guid::CompareTo method

Utför aritmetisk jämförelse av GUID:erna som representeras av det aktuella och det angivna objektet.

int System::Guid::CompareTo(const Guid &g) const
ParameterTypeBeskrivning
gconst Guid&Jämförelseobjektet

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

Se även