The first property to compare. 比較する第1のプロパティ。
Instance Method
インスタンスメソッド
compare(_:
compare(_:_:)
Provides the relative ordering of two items according to the ordering of the properties that the comparator’s key path references.
2つの項目の相対順序付けをコンパレータの持つキーパス参照であるプロパティそれらの順序付けによって提供します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func compare(_ lhs: Compared, _ rhs: Compared) -> ComparisonResult
Parameters パラメータ
lhs
rhs
The second property to compare. 比較する第2のプロパティ。
Return Value 戻り値
The relative ordering for the compared properties. 比較されたプロパティそれらに対する相対順序付け。
Discussion 議論
The method returns flipped comparisons if the sort order is Sort
.
このメソッドは、裏返された比較を返します、もしソート順がSort
であるならば。