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) -> BoolParameters
- 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.