Description Usage Arguments Value Author(s) See Also Examples
Compares this string to the specified object. The result is TRUE
if and only if the argument is not null and is a String
object or
a character string that represents the same sequence of characters as
this object.
1 2 | ## S3 method for class 'String'
equals(this, obj, ...)
|
obj |
The object to compared to. |
Returns TRUE
if the the strings are equal, otherwise FALSE
.
Henrik Bengtsson (http://www.braju.com/R/)
*equalsIgnoreCase()
, *compareTo()
,
*regionMatches()
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.