Function is_equal
Synopsis
#include "breeze/counting/counter.hpp"
bool is_equal(counter const &other) const
Description
- Returns
true
if an only if*this
andother
compare equal (same internal value). Used by the base class.
Source
Line 104 in breeze/counting/counter.hpp.