WeakReference.opEquals

  1. bool opEquals(Object other)
    class WeakReference(T)
    @safe pure nothrow override const
    bool
    opEquals
    (
    Object other
    )
    if (
    is(T == class)
    )
  2. bool opEquals(const(Object) other)

Parameters

other Object

Another object.

Return Value

Type: bool

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

Meta