It seems like the codebase I'm working on complains if I'm using =
or <>
to check equality or inequality of two types that are not int
types.
I assume this was disabled so that I can't do the wrong thing. If this is true, what is the right way to check (deep) equality between two records?