eq

fun <T : RangeValue> eq(oldSets: List<RangeSet<T>>, newSets: List<RangeSet<T>>, from: Int = 0, to: Int = FAR - 1): Boolean

Compare the contents of two groups of range sets, returning true if they are equivalent in the given range.