You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You've probably already looked into this, but I think you want to either use the equals() method, the compareTo() method, or use == and getters for the values.
Using ==, !=, etc., may be a bad idea on boxed values. See:
http://stackoverflow.com/questions/2021374/boxed-primitives-and-equivalence
The text was updated successfully, but these errors were encountered: