| Author |
isinstanceOf/ equals
|
aakash bhatt
Ranch Hand
Joined: Jan 09, 2003
Posts: 182
|
|
Diff of isinstanceOf and equals method in Object Regards, aakash
|
 |
popoe shi
Greenhorn
Joined: Sep 14, 2003
Posts: 10
|
|
isinstanceOf:check this object is belog to some class equals:to compare the object value Right?
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
instanceOf : Checks whether a class in an instance of a class or implememnts a interface. equals : Checks whether an object equals another object as per the rules defined in the equals method.
|
Groovy
|
 |
 |
|
|
subject: isinstanceOf/ equals
|
|
|