class Algolia::Analytics::GetClickThroughRateResponse

def ==(other)

Parameters:
  • Object (Object) -- to be compared
def ==(other)
  return true if equal?(other)
  self.class == other.class &&
    rate == other.rate &&
    click_count == other.click_count &&
    tracked_search_count == other.tracked_search_count &&
    dates == other.dates
end