“==” vs “equal(Object obj)”

amal

New Member
Can I understand the differences between \[code\]==\[/code\] and \[code\]object.equal(Object obj)\[/code\] in the following way? :That's \[code\]object.equal(Object obj)\[/code\] returns \[code\]true\[/code\] if values of two objects are identical. While \[code\]==\[/code\] returns \[code\]true\[/code\] if both type and value of two objects are identical.
 
Top