System::DateTimeOffset::operator== method
DateTimeOffset::operator==(const DateTimeOffset&) const method
Determines if the current object and the specified DateTimeOffset object represent the same date and time value.
bool System::DateTimeOffset::operator==(const DateTimeOffset &other) const
| Parameter | Type | Description | 
|---|---|---|
| other | const DateTimeOffset& | The DateTimeOffset object to compare the current object with | 
ReturnValue
True if the current object and the specified object represent the same date and time value, otherwise - false
See Also
- Class DateTimeOffset
 - Class DateTimeOffset
 - Namespace System
 - Library Aspose.Font for C++
 
DateTimeOffset::operator==(std::nullptr_t) const method
bool System::DateTimeOffset::operator==(std::nullptr_t) const
See Also
- Class DateTimeOffset
 - Namespace System
 - Library Aspose.Font for C++