temp.foo = new TStaticVar(); temp.foo.a = 2; temp.bar = new TStaticVar(); temp.bar.a = 2; echo(temp.foo == temp.bar); // echos 0