Equal¶
Compare values for equality.
==¶
Check if values are equal to each other.
Equal only answers when its operands are comparable. True, False and
Null are each their own kind, so comparing one with a number, a string or a
list has no value and stays as written — it is not False:
Comparisons within one kind do resolve:
In a chain, the parts that hold drop away and only the undecidable remainder comes back: