Index path to compare. 比較することになるインデックスパス.
This value must not be nil
. If the value is nil
, the behavior is undefined.
この値は、nil
ではいけません。値がnil
ならば、挙動は未定義です。
Availability 有効性
Technology
func compare(_ otherObject: IndexPath
) -> ComparisonResult
indexPath
Index path to compare. 比較することになるインデックスパス.
This value must not be nil
. If the value is nil
, the behavior is undefined.
この値は、nil
ではいけません。値がnil
ならば、挙動は未定義です。
The depth-first traversal ordering of the receiving index path and index
.
受け手側インデックスパスとindex
の深さ優先走査順。
Comparison
: The receiving index path comes before index
.
Comparison
: index
の前に来る受け手側インデックスパス。
Comparison
: The receiving index path comes after index
.
Comparison
: index
の後に来る受け手側インデックスパス。
Comparison
: The receiving index path and index
are the same index path.
Comparison
: 受け手側インデックスパスとindex
は同じインデックスパスです。