System::TimeSpan::operator!= method
TimeSpan::operator!=(std::nullptr_t) const method
bool System::TimeSpan::operator!=(std::nullptr_t) const
See Also
- Class TimeSpan
- Namespace System
- Library Aspose.PDF for C++
TimeSpan::operator!=(TimeSpan) const method
Determines if the time interval represented by the current object is not equal to the time interval represented by the specified object.
bool System::TimeSpan::operator!=(TimeSpan value) const
| Parameter | Type | Description |
|---|---|---|
| value | TimeSpan | The TimeSpan object to compare the current object with |
ReturnValue
True if the current object and the specified object represent different time intervals, otherwise - false
See Also
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.PDF for C++