samedi 1 décembre 2018

C# - What does this '!' mean in front of a command in a if statement?

if (!instruction.Contains(" "))
{
return instruction;
}

What does the '!' mean in front of the command in an if statement?

Thanks

Aucun commentaire:

Enregistrer un commentaire