private boolean canEqual()

in ffwd-client/src/main/java/com/spotify/ffwd/v1/Metric.java [221:223]


  private boolean canEqual(final Object other) {
    return other instanceof com.spotify.ffwd.Metric;
  }