class IDL::Type::String

def matches?(idltype)

def matches?(idltype)
  super && self.size == idltype.size
end