Méthode System::Guid::CompareTo

Guid::CompareTo method

Effectue une comparaison arithmétique des GUID représentés par les objets actuel et spécifié.

int System::Guid::CompareTo(const Guid &g) const
ParamètreTypeDescription
gconst Guid\&Le comparand

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

Voir aussi