'C' string comparisons are NOT done with the '==' comparsion operator.
Use the 'C' library function 'strcmp' instead.