Discussion 議論
This option ensures reliable, reproducible results when sorting.
このオプションは、ソートしている時に、信頼できる、再現可能な結果を保証します。
For example, “aaa” is greater than "AAA” if case
is specified.
NSOrderedAscending
or NSOrderedDescending
if the strings are equivalent but not strictly equal.
比較はNSOrderedAscending
またはNSOrderedDescending
のどちらかを返すことを強制されます、もし文字列が同等であるしかし厳密に等しくないならば。
Availability 有効性
Technology
static var forcedOrdering: NSString
.CompareOptions
{ get }
This option ensures reliable, reproducible results when sorting.
このオプションは、ソートしている時に、信頼できる、再現可能な結果を保証します。
For example, “aaa” is greater than "AAA” if case
is specified.