how to make if statement c#

C#
if (/*condition here*/)
{
	//code here
}
Source

Also in C#: