return this.enabled == that.enabled && Objects.equals(this.terms,that.terms) && this.annotationsEnabled == that.annotationsEnabled; | return this.enabled == that.enabled && Objects.equals(this.terms,that.terms) && Objects.equals(this.annotationsEnabled,that.annotationsEnabled); | this.enabled == that.enabled && Objects.equals(this.terms,that.terms) && this.annotationsEnabled == that.annotationsEnabled | this.enabled == that.enabled && Objects.equals(this.terms,that.terms) && Objects.equals(this.annotationsEnabled,that.annotationsEnabled) | elasticsearch | 76c7e3259f765d0dbfa78adfedacdd8c598cf17f | org.elasticsearch.client.ml.job.config.ModelPlotConfig | | _1 | annotationsEnabled |
---|
_2 | annotationsEnabled |
---|
| v0 | this.enabled == that.enabled && Objects.equals(this.terms,that.terms) |
---|
| | v0 | this.enabled == that.enabled && Objects.equals(this.terms,that.terms) |
---|
| Returns | True |