Normal
Hallo,Ich habe gedacht, dass die Methode equals() von der Klasse Object auf inhaltliche Gleichheit überprüft (zumindest war das bei meinen bisherigen Programmen so). In der API steht jedoch:"The equals method for class Object implements the most discriminating possible equivalence relation on objects; that is, for any non-null reference values x and y, this method returns true if and only if x and y refer to the same object (x == y has the value true). "Verstehe ich das richtig, dass in der API gesagt wird, dass equals() nur dann true liefert, wenn das selbe Object referenziert wird.
Hallo,
Ich habe gedacht, dass die Methode equals() von der Klasse Object auf inhaltliche Gleichheit überprüft (zumindest war das bei meinen bisherigen Programmen so). In der API steht jedoch:
"The equals method for class Object implements the most discriminating possible equivalence relation on objects; that is, for any non-null reference values x and y, this method returns true if and only if x and y refer to the same object (x == y has the value true). "
Verstehe ich das richtig, dass in der API gesagt wird, dass equals() nur dann true liefert, wenn das selbe Object referenziert wird.