I am trying to get the if statement in C# to check if my name is written in the name string
string navn = " ";
Console.WriteLine("skriv dit navn her: ");
navn = Console.ReadLine();
if (navn = "jannik");
But it won't do what I tell it to. If anyone would be so kind as to enlighten me about what I am doing wrong here I would be very glad :)