in service/src/main/java/org/apache/fineract/cn/provisioner/internal/repository/TenantApplicationEntity.java [61:69]
public boolean equals(Object o) {
if (this == o) return true;
if (o == null || getClass() != o.getClass()) return false;
TenantApplicationEntity that = (TenantApplicationEntity) o;
return tenantIdentifier.equals(that.tenantIdentifier);
}