System::DateTimeOffset::operator== metod
DateTimeOffset::operator==(const DateTimeOffset&) const method
Avgör om det aktuella objektet och det angivna DateTimeOffset-objektet representerar samma datum- och tidsvärde.
bool System::DateTimeOffset::operator==(const DateTimeOffset &other) const
| Parameter | Type | Beskrivning |
|---|---|---|
| other | const DateTimeOffset& | Det DateTimeOffset‑objekt som ska jämföras med det aktuella objektet |
ReturnValue
Sant om det aktuella objektet och det angivna objektet representerar samma datum- och tidsvärde, annars - falskt
Se även
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::operator==(std::nullptr_t) const method
bool System::DateTimeOffset::operator==(std::nullptr_t) const
Se även
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++