# File lib/vpim/field.rb, line 393
      def value?(value)
         Vpim::Methods.casecmp?(@value, value.to_str)
      end