Function for recursively checking the equality of two arrays. One can choose to ignore the order of items if ignoreOrder is passed as true.
The first array to consider.
The second array to consider.
Optional
Flag which decides whether the order should be ignored.
{boolean} Returns if the arrays are equal (true) or not (false).
Generated using TypeDoc
Function for recursively checking the equality of two arrays. One can choose to ignore the order of items if ignoreOrder is passed as true.