Skip to Content
API ReferenceObjectKey

ObjectKey

A key that uses object reference identity. Two ObjectKeys are equal only if they wrap the exact same object instance.

Constructor

ObjectKey

Creates a new object key using reference identity of the specified object.

ParameterDescription
valueThe object whose reference identity to use.

Properties

Value

The object instance used as the identity for this key.

Last updated on