System::Guid::CompareTo 메서드

Guid::CompareTo method

현재 객체와 지정된 객체가 나타내는 GUID를 산술적으로 비교합니다.

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

또 보기