Content checking is only reliable for ==
when checking primitive types. For objects types it is always better to use the equals
method:
c.equals(d)
Content checking is only reliable for ==
when checking primitive types. For objects types it is always better to use the equals
method:
c.equals(d)