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

compare(_:_:)

Provides the relative ordering of two elements. 2つの要素の相対順序付けを提供します。

Declaration 宣言

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

Parameters パラメータ

lhs

The first element to compare. 比較する最初の要素。

rhs

The second element to compare. 比較する2番目の要素。

Return Value 戻り値

The relative ordering between the two elements. 2つの要素の間の相対順序付け。

Relationships 関係

From Protocol 由来プロトコル