jQuery.isPlainObject Method (object)
Check to see if an object is a plain object (created using "{}" or "new object").
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public static bool isPlainObject(object @object)
Parameters
object
Type: System.Object
Return Value
Type: System.Boolean
|