Custom Operator - Basic Object Identity

It is often the case in object oriented programming you need to compare two objects to see if they are the same. Usually it just means doing a deeper comparison of the attributes on each object.

raku (17)