identityKey property
Object
get
identityKey
Returns a stable, unique identity key for this object
- MUST be stable (same value across object's lifetime)
- MUST be unique (different objects have different keys)
- SHOULD be efficient to compute
Implementation
Object get identityKey;