| return snapshotIds.equals(that.snapshotIds) && indices.equals(that.indices) && indexSnapshots.equals(that.indexSnapshots)&& incompatibleSnapshotIds.equals(that.incompatibleSnapshotIds); | return snapshotIds.equals(that.snapshotIds) && snapshotStates.equals(that.snapshotStates) && indices.equals(that.indices)&& indexSnapshots.equals(that.indexSnapshots)&& incompatibleSnapshotIds.equals(that.incompatibleSnapshotIds); | snapshotIds.equals(that.snapshotIds) && indices.equals(that.indices) && indexSnapshots.equals(that.indexSnapshots)&& incompatibleSnapshotIds.equals(that.incompatibleSnapshotIds) | snapshotIds.equals(that.snapshotIds) && snapshotStates.equals(that.snapshotStates) && indices.equals(that.indices)&& indexSnapshots.equals(that.indexSnapshots)&& incompatibleSnapshotIds.equals(that.incompatibleSnapshotIds) | elasticsearch | 743217a4309dbe11a0c6b597cd3eedf5156d78bc | org.elasticsearch.repositories.RepositoryData | | | _1 | snapshotIds |
|---|
| _2 | snapshotIds |
|---|
| | v0 | snapshotIds.equals(that.snapshotIds) |
|---|
| v1 | incompatibleSnapshotIds |
|---|
| v2 | that.incompatibleSnapshotIds |
|---|
| | | v0 | snapshotIds.equals(that.snapshotIds) |
|---|
| v1 | incompatibleSnapshotIds |
|---|
| v2 | that.incompatibleSnapshotIds |
|---|
| Returns | False |