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