SheetXL - v0.3.20
    Preparing search index...

    Variable isEqualRangesArraysConst

    isEqualRangesArrays: (
        a?: readonly RangeCoords[],
        b?: readonly RangeCoords[],
    ) => boolean

    Check if two ranges arrays are equal

    Type declaration