Function is_equal
Synopsis
#include "breeze/uuid/uuid.hpp"
bool is_equal(uuid const &other) const noexcept
Description
- Returns
- Whether
*this
is equal toother
. Used by a base class to provideoperator ==()
andoperator !=()
.
Source
Line 79 in breeze/uuid/uuid.hpp.