System::TimeSpan::operator== method

TimeSpan::operator==(TimeSpan) const method

Determines if the time interval represented by the current object is equal to the time interval represented by the specified object.

bool System::TimeSpan::operator==(TimeSpan value) const
ParameterTypeDescription
valueTimeSpanThe TimeSpan object to compare the current object with

ReturnValue

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

See Also

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

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

See Also