# File lib/yard/i18n/messages.rb, line 44
      def ==(other)
        other.is_a?(self.class) and
          @messages == other.messages
      end