jQuery $.inArray() always return -1 with an array of object

jQuery $.inArray() always return -1 with an array of object

I have an array of object, that contain columnNames.

when i check if a particular columnName exists it alwayz returns -1

Here is an sample http://jsfiddle.net/trLkt/6/

Help will b appriciated, Thanks :)