# File lib/gettext/tools/pomessage.rb, line 97
    def ==(other)
      other && other.msgid == self.msgid && other.msgctxt == self.msgctxt
    end