if equal statement csharp

Code Example - if equal statement csharp

                
                        if (num1 * num2 == answer)
{
  
}