in service/src/main/java/org/apache/fineract/cn/interoperation/service/internal/repository/InteropActionEntity.java [236:244]
public boolean equals(Object o) {
if (this == o) return true;
if (o == null || getClass() != o.getClass()) return false;
InteropActionEntity that = (InteropActionEntity) o;
return identifier.equals(that.identifier);
}