in src/main/java/org/apache/sling/graphql/schema/aggregator/impl/BundleEntryPartial.java [55:60]
public boolean equals(Object other) {
if(other instanceof BundleEntryPartial) {
return ((BundleEntryPartial)other).key.equals(key);
}
return false;
}