new BaseBajaObj()
The base class for all BajaScript Objects.
Methods
-
equals(obj)
-
Indicates whether some other object is equal to this one.
Parameters:
Name Type Description obj
Object the reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false otherwise.
- Type
- Boolean
-
valueOf()
-
Return the inner value of the object.
By default the object's instance is returned.
Returns:
the inner value of the object or just the object's instance.
- Type
- *