For my code I wanted to use defaulted equal operator (bool operator ==(..) = default;) if only compiler supports it, otherwise I could still use existing implementa
bool operator ==(..) = default;