Instance Method インスタンスメソッド

compare(_:_:)

Provides the relative ordering of two items according to the ordering of the properties that the comparator’s key path references. 2つの項目の相対順序付けをコンパレータの持つキーパス参照であるプロパティそれらの順序付けによって提供します。

Declaration 宣言

func compare(_ lhs: Compared, _ rhs: Compared) -> ComparisonResult

Parameters パラメータ

lhs

The first property to compare. 比較する第1のプロパティ。

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 SortOrder.reverse. このメソッドは、裏返された比較を返します、もしソート順がSortOrder.reverseであるならば。

Relationships 関係

From Protocol 由来プロトコル