I get that. But why is `a.equals(1)` different fro...
# announcements
l
I get that. But why is
a.equals(1)
different from
a == 1
? I feel like their function should be exactly the same. Like I said, it even suggests to convert