System::DateTimeOffset::CompareTo méthode
Contenu
[
Cacher
]DateTimeOffset::CompareTo(const DateTimeOffset&) const method
Compare deux objets DateTimeOffset.
int System::DateTimeOffset::CompareTo(const DateTimeOffset &other) const
| Paramètre | Type | Description |
|---|---|---|
| other | const DateTimeOffset& | Object à comparer. |
ReturnValue
-1 - if current object is earlier than other, 1 - if current object is later than other, 0 - if current object is equal to other.
Voir aussi
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::CompareTo(const SharedPtr<Object>&) const method
Compare deux objets DateTimeOffset.
int System::DateTimeOffset::CompareTo(const SharedPtr<Object> &obj) const
| Paramètre | Type | Description |
|---|---|---|
| obj | const SharedPtr<Object>& | Object à comparer. |
ReturnValue
-1 - if current object is earlier than obj, 1 - if current object is later than obj, 0 - if current object is equal to obj.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++