Operator
演算子
==(_:
==(_:_:)
Indicates that two indexes are equal.
2つのインデックスが等しいことを指し示します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Comparing Indexes インデックスを比較する
static func != (IndexSet.Index, IndexSet.Index) -> Bool
Returns a Boolean value indicating whether two values are not equal.
2つの値が等しくないかどうかを指し示すブール値を返します。
static func ..< (IndexSet.Index) -> PartialRangeUpTo<IndexSet.Index>
Returns a partial range up to, but not including, its upper bound.
それの上側の境界までの、しかしそれを含んでいない、部分的な範囲を返します。
static func < (IndexSet.Index, IndexSet.Index) -> Bool
Indicates that one index is less than another.
一方のインデックスが他のものより少ないことを指し示します。