System::DateTimeOffset::operator!= method

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
ParameterTypeDescription
otherconst DateTimeOffset&The DateTimeOffset 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

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

bool System::DateTimeOffset::operator!=(std::nullptr_t) const

See Also