qwoodmansee
08/31/2016, 4:46 PMinstance1
equal (== results in true) all properties of another instance of the same data class instance2
, shouldn't instance1 == instance2
result in true? or does it do referential equality in the generated .equals()
?