I want to check to see if an object exists. In VB, I would have checked to see if the object Is Nothing. What is the correct way to determine this in C#?

Edit:

I didn't have the correct search criteria. I modified my search and found an answer.