omni::chrono::sync_timer::operator==
NAME

omni::chrono::sync_timer::operator==

A member operator of omni::chrono::sync_timer

#include <omni/chrono/sync_timer.hpp>
bool omni::chrono::sync_timer::operator==(const omni::chrono::sync_timer& o)

SYNOPSIS

Compares this timer instance to another.

top

DESCRIPTION

Compares all aspects of this timer instance to another. This includes the state object, attached tick delegates, the interval and the current state of the timer (e.g. running/stopped).

top