class ComplexConfig::Settings

def ==(other)

def ==(other)
  other.respond_to?(:to_h) && to_h == other.to_h
end