I still feel actual joy when writing `equals` like this. 😀 #Java

(It's a record, so `instanceof` is ok.)

@nipafx But why break lines at such a narrow margin? We code on huge external monitors, not mobile devices in portrait orientation. I know I'm the odd one since I see this code style all the time 😀

@mtae Good point. I don't mind long lines - I usually end up with 100 to 120 characters.

I guess I do that here because each condition is its own "thing" and I want each "thing" on its own line? Kind of like with stream pipelines.