So i'm aware that this is a reference to the class itself, however I can't really tell what it does in an if statement
What does the following code do?
    if(this)
    {
       //Code goes here...
    }
I'm fairly sure it is checking if the class is not null, but a further explanation would be great!
 
     
     
    