PrevUpHomeNext

DeadlineTimer::operator==

Equality comparison.

Synopsis
bool
operator==(
    DeadlineTimer const& other) const;
Description

Timers are equal if they have the same address.


PrevUpHomeNext