# File lib/rbrainz/model/mbid.rb, line 150
      def ==(other)
        other = other.to_mbid if other.respond_to? :to_mbid
        self.entity == other.entity and self.uuid == other.uuid
      end