class Solargraph::ComplexType::UniqueType

def eql?(other)

def eql?(other)
  self.class == other.class &&
    @name == other.name &&
    @key_types == other.key_types &&
    @subtypes == other.subtypes &&
    @rooted == other.rooted? &&
    @all_params == other.all_params &&
    @parameters_type == other.parameters_type
end