Extending QUnit's equals() to check equality of objects?

Extending QUnit's equals() to check equality of objects?


All,
I was wondering if it makes sense to extend QUnits equals method so
that it returns true if I compare two objects (or arrays)?
Background: I'm currently writing unit test for tabs, precisely I'm
testing the default values where there are two options that have an
empty object respectively array as default value.
I could also roll my own equality check or think about using other
values as default values.
Any suggestions?
--Klaus