| return aggregationType == that.aggregationType && path.equals(that.path); | return aggregationType == that.aggregationType && Arrays.equals(path,that.path); | aggregationType == that.aggregationType && path.equals(that.path) | aggregationType == that.aggregationType && Arrays.equals(path,that.path) | infinispan | 6557ea138fcdf9d26aa6095a4912a8801dc48556 | org.infinispan.objectfilter.PropertyPath | | | | v0 | aggregationType == that.aggregationType |
|---|
| | | v0 | aggregationType == that.aggregationType |
|---|
| Returns | True |