operator!=()

DateTime::operator!=(DateTime) const method

Determines if the current object and the specified DateTime object represent distinct date and time values.

constexpr bool System::DateTime::operator!=(DateTime other) const

Arguments

ParameterTypeDescription
otherDateTimeThe DateTime 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

DateTime::operator!=(std::nullptr_t) const method

constexpr bool System::DateTime::operator!=(std::nullptr_t) const

See Also