# File lib/mime/types.rb, line 127
    def eql?(other)
      other.kind_of?(MIME::Type) and self == other
    end