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

参照