Function for recursively checking the equality of two objects.
The first object to consider.
The second object to consider.
{boolean} Returns if the objects are equal (true) or not (false).
Generated using TypeDoc
Function for recursively checking the equality of two objects.