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.