= (Bitwise and conditional)
Checks if two values are equal.
Arguments
value0
can be a number or a string or a condition.value1
must be of the same type as value0
.
Return values
condition
is TRUE if value0
equals to value1
, FALSE otherwise.
Example
Output:
FALSE
FALSE
TRUE