bool operator==(const Register& lhs, const Register& rhs)
{
    return lhs.value() == rhs.value();
}