-
Notifications
You must be signed in to change notification settings - Fork 0
Objects
Axel Faes edited this page Sep 13, 2015
·
2 revisions
By default the new
and new()
are defined.
Returns false, since most objects are considered true.
Compares two objects using built-in equality. This compares numbers by value, and all other objects are compared by identity—two objects are equal only if they are the exact same object.
A default string representation of the object.
The Class of the object.
Returns a [method object][meth] loaded with the methodName that is given, and the current class.
Returns a list of [method objects][meth], they represent all methods from the current instantiation. [meth]:https://github.com/TheAxeC/Cardinal/wiki/Method