how to check if control key is pressed csharp

Code Example - how to check if control key is pressed csharp

                
                        if (Input.GetKeyDown(KeyCode.LeftControl) == true)