Appends the elements of another index path to this index path.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Framework
- Foundation
Appends the elements of another index path to this index path.
SDKs
Framework
static func != (Index Path, Index Path) -> Bool
Returns a Boolean value indicating whether two values are not equal.
static func + (Index Path, Index Path) -> Index Path
Combines the elements of two index paths into a single index path.
static func < (Index Path, Index Path) -> Bool
Returns a Boolean that is true if the first index path is less than the second when comparing elements in depth-first traversal order.
static func == (Index Path, Index Path) -> Bool
Returns a Boolean that is true if all nodes of the first index path are equal to those of the second in order.