I always use If statement (In C#) as (1. Alternative);
if (IsSuccessed == true) { // }
I know that there is no need to write \"== true\"
i use the first when i started programming but kinda get used to the second option. It also saves time type extra letters.