Returns whether the given object is not null
the object to check
whether the given object is not null
isNotNull('foobar'); // true Copy
isNotNull('foobar'); // true
Returns whether the given object is not null