equals() and equalsIgnoreCase()

Posted by Vaibhav Bajpai on Stack Overflow See other posts from Stack Overflow or by Vaibhav Bajpai
Published on 2010-03-20T12:46:07Z Indexed on 2010/03/20 12:51 UTC
Read the original article Hit count: 101

Filed under:

Why do we have equals() and equalsIgnoreCase() as two different methods, when equals() could have been overloaded with a special ignoreCase argument to provide equalsIgnoreCase() functionality?

© Stack Overflow or respective owner

Related posts about java