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