unity if gameobject exists

C#
if (GameObject.Find("WhateverItsCalled") != null){    //it exists}
Source

Also in C#: