What relationship does is test between two references?
Explanation
Identity asks whether both references designate the very same object. It does not coerce operands or invoke their ordinary value-equality behavior, so it is not merely a faster spelling of ==.