طريقة System::DateTimeOffset::CompareTo
محتويات
[
يخفي
]DateTimeOffset::CompareTo(const DateTimeOffset&) const method
تقارن كائنين من نوع DateTimeOffset.
int System::DateTimeOffset::CompareTo(const DateTimeOffset &other) const
| معامل | نوع | الوصف |
|---|---|---|
| other | const DateTimeOffset& | Object للمقارنة. |
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.
انظر أيضًا
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::CompareTo(const SharedPtr<Object>&) const method
تقارن كائنين من نوع DateTimeOffset.
int System::DateTimeOffset::CompareTo(const SharedPtr<Object> &obj) const
| معامل | نوع | الوصف |
|---|---|---|
| obj | const SharedPtr<Object>& | Object للمقارنة. |
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.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++