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

isEqualToIndexSet:

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

Declaration 宣言

- (BOOL)isEqualToIndexSet:(NSIndexSet *)indexSet;

Parameters パラメータ

indexSet

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

Return Value 戻り値

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