Unity if object doens't exist

C#
if(!Object) //If GameObject doesn't exist (! == not)
{
	//Do Something
}
Source

Also in C#: