class Algolia::Analytics::DailySearches

def ==(other)

Parameters:
  • Object (Object) -- to be compared
def ==(other)
  return true if self.equal?(other)
  self.class == other.class &&
    date == other.date &&
    count == other.count
end