Index path to compare. 比較することになるインデックスパス.
This value must not be nil
. If the value is nil
, the behavior is undefined.
この値は、nil
ではいけません。値がnil
ならば、挙動は未定義です。
Availability 有効性
Technology
- (NSComparisonResult
)compare:(NSIndexPath
*)otherObject;
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
の深さ優先走査順。
NSOrdered
: The receiving index path comes before index
.
NSOrdered
: 受け手側インデックスパスはindex
の前に来ます。
NSOrdered
: The receiving index path comes after index
.
NSOrdered
: 受け手側インデックスパスはindex
の後に来ます。
NSOrdered
: The receiving index path and index
are the same index path.
NSOrdered
: 受け手側インデックスパスとindex
は同じインデックスパスです。