-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels