System::Guid::CompareTo metodu

Guid::CompareTo method

Geçerli ve belirtilen nesneler tarafından temsil edilen GUID’lerin aritmetik karşılaştırmasını gerçekleştirir.

int System::Guid::CompareTo(const Guid &g) const
ParametreTürAçıklama
gconst Guid&Karşılaştırılan değer

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

Ayrıca Bakınız