System::Guid::CompareTo メソッド
Guid::CompareTo method
現在のオブジェクトと指定されたオブジェクトが表す GUID の算術比較を実行します。
int System::Guid::CompareTo(const Guid &g) const
| パラメーター | 型 | 説明 |
|---|---|---|
| g | const 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
参照
- Class Guid
- Class Guid
- Namespace System
- Library Aspose.Page for C++