+1

Replace Type Code with Class - error in code

Marcin Dzięgielewski hace 2 años 0

Hi,

There is error in code IMHO.

== operator ill not work correctly as there is reference type and each property eg. AB - returns new object instance.

Either use record or override equals so it checks for the code or make AB property return that same object (in case there is no way to create new objects with custom values).

thoughts?