Example #1
0
//-------------------------------------------------------------------------------------------------
bool Enum::operator==(const Enum& other) const
{
    return name() == other.name();
}