Type Property 型プロパティ

forcedOrdering

Comparisons are forced to return either NSOrderedAscending or NSOrderedDescending if the strings are equivalent but not strictly equal. 比較はNSOrderedAscendingまたはNSOrderedDescendingのどちらかを返すことを強制されます、もし文字列が同等であるしかし厳密に等しくないならば。

Declaration 宣言

static var forcedOrdering: NSString.CompareOptions { get }

Discussion 議論

This option ensures reliable, reproducible results when sorting. このオプションは、ソートしている時に、信頼できる、再現可能な結果を保証します。 For example, “aaa” is greater than "AAA” if caseInsensitive is specified.