Equ icon indicating copy to clipboard operation
Equ copied to clipboard

Provide helpful shortcuts.

Open ruler501 opened this issue 3 years ago • 0 comments

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.

ruler501 avatar Apr 15 '21 21:04 ruler501