class Algolia::Analytics::GetTopFiltersNoResultsValue
def ==(other)
-
Object
(Object
) -- to be compared
def ==(other) return true if equal?(other) self.class == other.class && attribute == other.attribute && operator == other.operator && value == other.value end