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