Determines case sensitivity options for string comparisons.
Case sensitive. Upper/lower casing must match for strings to be considered equal.
Ignore case. Upper/lower casing does not matter when making a comparison.
Definition at line 22 of file CString.h.