System::DateTime::operator== method

DateTime::operator==(DateTime) const method

Determines if the current object and the specified DateTime object represent the same date and time value.

bool System::DateTime::operator==(DateTime other) const
ParameterTypeDescription
otherDateTimeThe DateTime object to compare the current object with

ReturnValue

True if the current object and the specified object represent the same date and time value, otherwise - false

See Also

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

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

See Also