# File lib/vcard/field.rb, line 361
      def kind?(kind)
        self.kind.casecmp(kind) == 0
      end