invio / Invio.Immutable

C# Library used to ease immutable class creation and data management
MIT License
2 stars 0 forks source link

Add == and != operator overloads to ImmutableBase<> #50

Closed carusology closed 6 years ago

carusology commented 6 years ago

Closes #20

Nothing magical here. Doing the needful & expected. I added some tests over the cases I missed in the first pull request (#49).