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
TRUE
if the two strings are identical or equivalent,
FALSE
otherwise.