in src/main/org/apache/ant/props/NestedPropertyExpander.java [72:74]
public boolean equals(Object obj) { return obj == this || obj instanceof NestedPropertyExpander && obj.hashCode() == hashCode(); }