Equ
Equ copied to clipboard
Provide helpful shortcuts.
For methods like EquCompare<Person>.Equals(this, other) It should be possible to allow it to be called as EquCompare.Equals(this, other) since you can have classes share a name if they have different numbers of generic parameters. Then you deduce the type of this automatically and forward the call to the original version.