# File lib/rbrainz/model/isrc.rb, line 92
      def eql?(other)
        self.to_s == ISRC.parse(other).to_s
      end