Open
Description
In pprofile, we're ending up manually generating Equal()
methods quite often, so we can compare profiles being identical.
To make things more stable (with manual code, any new attribute needs not to forget to modify the method), we should generate Equal methods for every generated data type in pdata.
Originally posted by @mx-psi in #13197 (comment)