Check whether two cell deps equal using deep === equality check.
===
This function is curried when only one argument is passed. This is useful to find a CellDep in an array.
cellDeps.findIndex(cellDepEqual(cellDepToFind)); Copy
cellDeps.findIndex(cellDepEqual(cellDepToFind));
Generated using TypeDoc
Check whether two cell deps equal using deep
===
equality check.