System::TimeSpan::CompareTo methode
inhoud
[
verbergen
]TimeSpan::CompareTo(const SharedPtr<Object>&) const method
Vergelijkt het huidige en de opgegeven objecten.
int System::TimeSpan::CompareTo(const SharedPtr<Object> &obj) const
| Parameter | Type | Beschrijving |
|---|---|---|
| obj | const SharedPtr<Object>& | Het TimeSpan object om het huidige object mee te vergelijken |
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
Zie ook
- Typedef SharedPtr
- Class Object
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::CompareTo(TimeSpan) const method
Vergelijkt het huidige en de opgegeven objecten.
int System::TimeSpan::CompareTo(TimeSpan value) const
| Parameter | Type | Beschrijving |
|---|---|---|
| value | TimeSpan | Het TimeSpan object om het huidige object mee te vergelijken |
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
Zie ook
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++