# File lib/vcard/field.rb, line 341
      def group?(group)
        @group.casecmp(group) == 0
      end