Compares two objects for nonidentity. Returns true if object1 and object2 are not identical. It returns false if they are identical.
The floating-point behavior of this function is platform-dependent.
| object1 | An instance of <object>. |
| object2 | An instance of <object>. |
| boolean | An instance of <boolean>. |