These member functions compare whether two error_category objects are the same.
Two error_category objects only compare equal if they have the same address in memory:
this == &rhs
The less-than relational operator (3) returns whether the left-hand side operand refers to an object whose reference goes before rhs in a total ordering of pointers, as if defined as: