return id == other.id && Objects.equals(jvmId,other.jvmId); | return id == other.id; | id == other.id && Objects.equals(jvmId,other.jvmId) | id == other.id | elasticsearch | 4d6b58495d9087e7aeef0bf0eac37229b5df6fda | org.elasticsearch.xpack.sql.expression.ExpressionId | | | | | | Returns | False |