Learn R Programming

RGtk2 (version 2.20.1)

gContentTypeEquals: gContentTypeEquals

Description

Compares two content types for equality.

Usage

gContentTypeEquals(type1, type2)

Arguments

type1
a content type string.
type2
a content type string.

Value

  • [logical] TRUE if the two strings are identical or equivalent, FALSE otherwise.