Two objects are not equal
Note The last two comparison operators in Table 15-1 (=== and ! ==) apply only to objects (see Chapter 32). Objects are also known as instances in Swift.
Comparison operators return a boolean result that you can store เท a boolean variable or constant. See Listing 15-1 for an example.