The first element to compare. 比較する最初の要素。
Instance Method
インスタンスメソッド
compare(_:
compare(_:_:)
Provides the relative ordering of two elements.
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 element to compare. 比較する2番目の要素。
Return Value 戻り値
The relative ordering between the two elements. 2つの要素の間の相対順序付け。