===..Root.Object.===Checks if this and another Object are references to the same object;
Parameters: another Object
Return value: new Boolean
NativeCallable, Callable
auto father;
father.auto son.=("I'm son");
log(father.getChild("son").===(father.son));