Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ equals
Method
equals
basex-core/src/main/java/org/basex/query/expr/List.java:305–308 ·
view source on GitHub ↗
(final Object obj)
Source
from the content-addressed store, hash-verified
303
}
304
305
@Override
306
public
boolean equals(
final
Object obj) {
307
return
this == obj || obj instanceof List && super.equals(obj);
308
}
309
310
@Override
311
public
String description() {
Callers
1
toReplicate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected