# File lib/xsd/qname.rb, line 44 def ==(rhs) !rhs.nil? and @namespace == rhs.namespace and @name == rhs.name end