WeakReference.opEquals

class WeakReference(T)
@safe pure nothrow override
bool
opEquals
(
Object other
)
if (
is(T == class) ||
is(T == interface)
)

Parameters

other Object

Another object.

Return Value

Type: bool

True the other object is a weak reference to the same object.

Meta