exercises/java/encryption-context-start/src/main/java/sfw/example/esdkworkshop/datamodel/BaseItem.java [80:89]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean equals(Object other) {
    if (other == null) {
      return false;
    }
    if (this.getClass().equals(other.getClass())) {
      BaseItem i = (BaseItem) other;
      return this.partitionKey.equals(i.partitionKey) && this.sortKey.equals(i.sortKey);
    }
    return false;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



exercises/java/multi-cmk-start/src/main/java/sfw/example/esdkworkshop/datamodel/BaseItem.java [80:89]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean equals(Object other) {
    if (other == null) {
      return false;
    }
    if (this.getClass().equals(other.getClass())) {
      BaseItem i = (BaseItem) other;
      return this.partitionKey.equals(i.partitionKey) && this.sortKey.equals(i.sortKey);
    }
    return false;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



exercises/java/encryption-context-complete/src/main/java/sfw/example/esdkworkshop/datamodel/BaseItem.java [80:89]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean equals(Object other) {
    if (other == null) {
      return false;
    }
    if (this.getClass().equals(other.getClass())) {
      BaseItem i = (BaseItem) other;
      return this.partitionKey.equals(i.partitionKey) && this.sortKey.equals(i.sortKey);
    }
    return false;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



exercises/java/add-esdk-start/src/main/java/sfw/example/esdkworkshop/datamodel/BaseItem.java [80:89]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean equals(Object other) {
    if (other == null) {
      return false;
    }
    if (this.getClass().equals(other.getClass())) {
      BaseItem i = (BaseItem) other;
      return this.partitionKey.equals(i.partitionKey) && this.sortKey.equals(i.sortKey);
    }
    return false;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



exercises/java/multi-cmk-complete/src/main/java/sfw/example/esdkworkshop/datamodel/BaseItem.java [80:89]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean equals(Object other) {
    if (other == null) {
      return false;
    }
    if (this.getClass().equals(other.getClass())) {
      BaseItem i = (BaseItem) other;
      return this.partitionKey.equals(i.partitionKey) && this.sortKey.equals(i.sortKey);
    }
    return false;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



exercises/java/add-esdk-complete/src/main/java/sfw/example/esdkworkshop/datamodel/BaseItem.java [80:89]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean equals(Object other) {
    if (other == null) {
      return false;
    }
    if (this.getClass().equals(other.getClass())) {
      BaseItem i = (BaseItem) other;
      return this.partitionKey.equals(i.partitionKey) && this.sortKey.equals(i.sortKey);
    }
    return false;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



