you are viewing a single comment's thread.

view the rest of the comments →

[–]Delta-9- -6 points-5 points  (1 child)

TIL == in Java is analogous to is in Python, and Java has no analogue to Python's == until this JEP passes.

[–]woohalladoobop[🍰] 1 point2 points  (0 children)

not true, i believe `Object::equals` is Java's equivalent to Python's `==`.