is `a != b` resolved to `a.equals(b).not()`?
# getting-started
f
is
a != b
resolved to
a.equals(b).not()
?