class RBS::TypeName

def ==(other)

def ==(other)
  other.is_a?(self.class) && other.namespace == namespace && other.name == name
end