As of C++20, the compiler can synthesize operator!= in terms of operator==, so we no longer need to manually supply that definition. https://en.cppreference.com/w/cpp/language/overload_resolution.html#Call_to_an_overloaded_operator Resolves https://github.com/brave/brave-browser/issues/50319