Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ equals
Method
equals
src/com/sun/jna/WString.java:41–44 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
39
return
string;
40
}
41
@Override
42
public
boolean equals(Object o) {
43
return
(o instanceof WString) && toString().equals(o.toString());
44
}
45
@Override
46
public
int
hashCode() {
47
return
toString().hashCode();
Callers
nothing calls this directly
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected