Answer Posted / Amit Khanna
"#== checks for object equality, while #equal? checks for value equality. #== compares the identity of objects (whether they are the exact same object), whereas #equal? checks if two objects have the same value."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers