compareForcedOrdering
Specifies that the comparison is forced to return either kCFCompareLessThan or kCFCompareGreaterThan if the strings are equivalent but not strictly equal.
Declaration
static var compareForcedOrdering: CFStringCompareFlags { get }Discussion
You use this option for stability when sorting (for example, with kCFCompareCaseInsensitive specified “aaa” is greater than “AAA”).