Indicates that the string comparison must use successive Unicode UTF-16 encoded values of the string (code unit by code unit comparison), leading to a fast comparison but one that is culture-insensitive. A string starting with a code unit XXXX comes before a string starting with YYYY, if XXXX is less than YYYY. This value cannot be combined with other System.Globalization.CompareOptions values and must be used alone.