146k views
0 votes
How do you make a 'does not equal' symbol on the computer? you know the equal sign with a line through it..?

1 Answer

5 votes
In computer programming, most language use '=' only to assign a value (some use :=). Usually "==" is to compare equality. And "!=" is used for not equal. I checked UTF8 encoding and there's no equal with a line through it character.
User Ayelavan
by
8.2k points