
|
If you were logged in you would be able to see more operations.
|
|
|
|
When comparing two object instances the expression "objectA == objectB" will fail unless they are both the same instance...This should work if they are the same instance OR if they both Object.equals(other) .
|
|
Description
|
When comparing two object instances the expression "objectA == objectB" will fail unless they are both the same instance...This should work if they are the same instance OR if they both Object.equals(other) . |
Show » |
| There are no comments yet on this issue.
|
|