WeakReference.opEquals

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

Parameters

other
Type: Object

Another object.

Return Value

Type: bool

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

Meta