<<< Comparing Strings, == | Index | Comparing Strings, equalsIgnoreCase( ) >>> |
String equals() method
Evaluates contents of two String objects to determine if they are equivalent
Returns true if objects have identical contents
public boolean equals( String str )
<<< Comparing Strings, == | Index | Comparing Strings, equalsIgnoreCase( ) >>> |