MCPcopy Index your code
hub / github.com/codenameone/CodenameOne / equals

Method equals

vm/JavaAPI/src/java/lang/String.java:267–267  ·  view source on GitHub ↗

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 that represents the same sequence of characters as this object.

(java.lang.Object anObject)

Source from the content-addressed store, hash-verified

265 * 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 that represents the same sequence of characters as this object.
266 */
267 public native boolean equals(java.lang.Object anObject);
268 /*public boolean equals(java.lang.Object anObject){
269 if(anObject == this) {
270 return true;

Callers 15

createMediaRecorderMethod · 0.95
updateStatusMethod · 0.95
setIconPositionMethod · 0.95
setEmblemPositionMethod · 0.95
setIconPositionMethod · 0.95
setEmblemPositionMethod · 0.95
getElementByIdMethod · 0.95
addPendingPurchaseMethod · 0.95
receiptsMatchMethod · 0.95
handleRedirectMethod · 0.95
getElementByIdMethod · 0.95
installTarMethod · 0.95

Calls

no outgoing calls

Tested by 10

findByNameMethod · 0.76
findLabelTextMethod · 0.76
findTextAreaTextMethod · 0.76
pushHistoryMethod · 0.76
runTestMethod · 0.76
runTestMethod · 0.76
runChecksMethod · 0.76
scanPublicClassesMethod · 0.76
scanDirectoryMethod · 0.76