Easypt

===

..Root.Object.===

Checks if this and another Object are references to the same object;

Child of:

Object

Signatures:

NativeCallable, Callable

Example:

auto father;
father.auto son.=("I'm son");
log(father.getChild("son").===(father.son));