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