MCPcopy Create free account
hub / github.com/BaseXdb/basex / equals

Method equals

basex-core/src/main/java/org/basex/query/expr/CmpIR.java:198–202  ·  view source on GitHub ↗
(final Object obj)

Source from the content-addressed store, hash-verified

196 }
197
198 @Override
199 public boolean equals(final Object obj) {
200 return this == obj || obj instanceof final CmpIR cmp && min == cmp.min && max == cmp.max &&
201 super.equals(obj);
202 }
203
204 @Override
205 public String description() {

Callers 1

mergeEbvMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected