Instance Method インスタンスメソッド

isEqual(to:)

Indicates whether the indexes in the receiving index set are the same indexes contained in another index set. 受け手側インデックス集合の中のインデックスそれらが、別のインデックス集合の中に含まれるインデックスそれらと同じであるかどうかを指し示します。

Declaration 宣言

func isEqual(to indexSet: IndexSet) -> Bool

Parameters パラメータ

indexSet

Index set being inquired about. それについて尋ねられているインデックス集合。

Return Value 戻り値

true when the indexes in the receiving index set are the same indexes indexSet contains, false otherwise. true、受け手側インデックス集合の中のインデックスそれらがindexSetが含むインデックスそれらと同じである場合、そうでなければfalse