operator!=()
DateTimeOffset::operator!=(const DateTimeOffset&) const method
Determines if the current object and the specified DateTimeOffset object represent distinct date and time values.
bool System::DateTimeOffset::operator!=(const DateTimeOffset &other) const
Arguments
Parameter | Type | Description |
---|---|---|
other | const DateTimeOffset& | The DateTimeOffset object to compare the current object with |
Return Value
True if the current object and the specified object represent distinct date and time values, otherwise - false
DateTimeOffset::operator!=(std::nullptr_t) const method
constexpr bool System::DateTimeOffset::operator!=(std::nullptr_t) const
See Also
- Class DateTimeOffset
- Namespace System
- Library Aspose.Slides