Recursive comparsion of objects/arrays

Recursive comparsion of objects/arrays

Hi,
it shouldn't be that hard, but I'm struggling implementing a recursive
comparsion of object structures in JavaScript. The goal is to have a
function that returns true when two given arguments are equal, false
if any single property isn't.
I want to add that to QUnit - any help implementing it is highly welcome!
Jörn