判断两个数组的指定元素是否相同 @param curIndex 当前数组的元素的索引 @param array 要比较的数组 @param index 要比较的数组的元素的索引 @return true:相同,false:不相同
(int curIndex, IArray array, int index)
source not stored for this graph (policy: none)
no test coverage detected