The documentation says:
The operators == and != are used to compare two values to determine if they are equal or not equal, respectively. The result of this operation is always a boolean value.
Am I right in assuming that this is a bitwise compare for two floats?
Thank you.