What are their differences? Coming from a Java background, it does seem to me <=> is the same as Java's equals(), while == is for direct reference comparison. Is this right?
|
feedback
|
|
If you define a | |||||||
feedback
|
|
Can't say I'm not trying to promote myself, but I wrote a full length tutorial about comparison and equality operators in Ruby: "Ruby Basics – Equality operators in Ruby" In there you can see the differences between all the equality operators, including <=>, == and === (and the implications of implementing them, including the hash method implementation). | |||
|
feedback
|
|
| |||
|
feedback
|