Operator 演算子

==(_:_:)

Returns a Boolean that is true if all nodes of the first index path are equal to those of the second in order. 最初のインデックスパスのノードすべてが順番で2番目のそれらと等しいならばtrueを返すブール。

Declaration 宣言

static func == (lhs: IndexPath, rhs: IndexPath) -> Bool

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Adding Nodes ノードを追加する