طريقة System::TimeSpan::CompareTo
محتويات
[
يخفي
]TimeSpan::CompareTo(const SharedPtr<Object>&) const method
يقارن الكائن الحالي والكائن المحدد.
int System::TimeSpan::CompareTo(const SharedPtr<Object> &obj) const
| معامل | نوع | الوصف |
|---|---|---|
| obj | const SharedPtr<Object>& | الكائن TimeSpan للمقارنة مع الكائن الحالي |
ReturnValue
-1 if the current object represents the interval that is shorter than value; 0 if the current object represents the interval that is equal to value; 1 if the current object represents the interval that is longer than value
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++
TimeSpan::CompareTo(TimeSpan) const method
يقارن الكائن الحالي والكائن المحدد.
int System::TimeSpan::CompareTo(TimeSpan value) const
| معامل | نوع | الوصف |
|---|---|---|
| value | TimeSpan | الكائن TimeSpan للمقارنة مع الكائن الحالي |
ReturnValue
-1 if the current object represents the interval that is shorter than value; 0 if the current object represents the interval that is equal to value; 1 if the current object represents the interval that is longer than value
انظر أيضًا
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++