Identity and mutable state
Unless you have a way of checking the identity of an object directly (such as its address), the only way to determine if two objects are the same is to change one and see if the other changes
Therefore immutable objects have no identity.
Immutable objects are just values!