labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
52 stars 10 forks source link

The JavaObject.__eq__() method should delegate to Java equals() method. #191

Closed ylussaud closed 2 weeks ago

ylussaud commented 10 months ago

replace == with .equals()

ylussaud commented 10 months ago

Changing the implementation of eq doesn't change the behavior of == in the Python code. But the above change still make sens.