class IDL::Type::WString

def matches?(idltype)

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