class Algolia::Analytics::GetTopFiltersNoResultsValue

def ==(other)

Parameters:
  • 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