2013-05-08, 07:33 PM
What is "!this" supposed to do? this is a pointer, not a boolean expression. Also consider making a short, self-contained, compilable example.
Also another note, this will almost never be null. Checking for it is a bit weird. this will always point to the underlying object.
Also another note, this will almost never be null. Checking for it is a bit weird. this will always point to the underlying object.

