Seen on https://ada-lang.io/docs/style-guide/s5/04 ```ada function "=" (Left, Right : Object) return Boolean; -- element-by-element comparison ```