System::Guid::CompareTo metode

Guid::CompareTo method

Melakukan perbandingan aritmetika GUID yang diwakili oleh objek saat ini dan objek yang ditentukan.

int System::Guid::CompareTo(const Guid &g) const
ParameterTipeDeskripsi
gconst Guid&Komparan

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

Lihat Juga