Feat: Move from plain equality members to ValueUtils
Opened this issue · 0 comments
aloisdg commented
Hello,
paste from #2
I implemented
Equals()
,GetHashCode()
,==
and "!=" in my last commit with R#.I found online a library to remove this boilerplate code : ValueUtils by @EamonNerbonne. I may switch to it.
Cheers,