Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created May 24, 2022 12:22
Embed
What would you like to do?
string access_level = "user";
if (access_level != "user"⁦) //Check if admin
{
Console.WriteLine("You are an admin.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment