طريقة 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

انظر أيضًا