return Arrays.equals(cursor,other.cursor) && timeout.equals(other.timeout); | return Objects.equals(cursor,other.cursor) && timeout.equals(other.timeout); | Arrays.equals(cursor,other.cursor) && timeout.equals(other.timeout) | Objects.equals(cursor,other.cursor) && timeout.equals(other.timeout) | elasticsearch | 773cdf0f9f8166e1609ca9fd64a866f39384652d | org.elasticsearch.xpack.sql.protocol.shared.AbstractQueryPageRequest | | | v0 | timeout.equals(other.timeout) |
---|
| | v0 | timeout.equals(other.timeout) |
---|
| Returns | True |