cue equals
Posted: Thu Jun 21, 2012 12:03 pm
If I write an equals cue, how am I supposed to use it?
Like this
or like this
The docs seem to imply the first way but only the second way passes my test.
Like this
a == b
or like this
a.equals(b)
The docs seem to imply the first way but only the second way passes my test.