Class Index | File Index

Classes


Class BaseBajaObj

BaseBajaObj

The base class for all BajaScript Objects.
Defined in: sys.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
equals(obj)
Indicates whether some other object is equal to this one.
 
Return the inner value of object.
Class Detail
BaseBajaObj()
Method Detail
{Boolean} equals(obj)
Indicates whether some other object is equal to this one.
Parameters:
{Object} obj
the reference object with which to compare.
Returns:
{Boolean} true if this object is the same as the obj argument; false otherwise.

valueOf()
Return the inner value of object.

By default the object's instance is returned.

Returns:
the inner value of the object or just the object's instance.

Documentation generated by JsDoc Toolkit 2.3.2