System::DateTimeOffset::EqualsExact methode
inhoud
[
verbergen
]DateTimeOffset::EqualsExact(const DateTimeOffset&) const method
Controleert of twee DateTimeOffset objecten hetzelfde tijdstip weergeven en dezelfde offset hebben.
bool System::DateTimeOffset::EqualsExact(const DateTimeOffset &other) const
| Parameter | Type | Beschrijving |
|---|---|---|
| other | const DateTimeOffset& | Object om te vergelijken. |
ReturnValue
true als het huidige object exact gelijk is aan other, anders - false.
Zie ook
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::EqualsExact(const SharedPtr<Object>&) const method
Controleert of twee DateTimeOffset objecten hetzelfde tijdstip weergeven en dezelfde offset hebben.
bool System::DateTimeOffset::EqualsExact(const SharedPtr<Object> &obj) const
| Parameter | Type | Beschrijving |
|---|---|---|
| obj | const SharedPtr<Object>& | Object om te vergelijken. |
ReturnValue
true als het huidige object exact gelijk is aan obj, anders - false.
Zie ook
- Typedef SharedPtr
- Class Object
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++