MCPcopy Index your code
hub / github.com/java-native-access/jna / equals

Method equals

src/com/sun/jna/NativeString.java:101–107  ·  view source on GitHub ↗
(Object other)

Source from the content-addressed store, hash-verified

99 }
100
101 @Override
102 public boolean equals(Object other) {
103 if (other instanceof CharSequence) {
104 return compareTo(other) == 0;
105 }
106 return false;
107 }
108
109 @Override
110 public String toString() {

Callers 2

NativeStringMethod · 0.45
toStringMethod · 0.45

Calls 1

compareToMethod · 0.95

Tested by

no test coverage detected