FIX: Corrected SWIG overriding equals for Java and Python
Added testing for this for both languages as well. In Java since you are not allowed to overwrite operators, we just ignore the warning and overwrite .equals. In Python, we overwrite the operator.
Showing