comparison operator?
>==
in programming == evaluates an if statement to be true or false.
if ( a == b) : true statement; else false statement;
>So the two sides of the equation have opposing meanings
They may or may not. if a and b are equal the true statement is output, if not the false statement is output… in the example i gave