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 25 of file FString.h.