WeakReference.opEquals

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

Parameters

other
Type: const(Object)

Another object.

Return Value

Type: bool

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

Meta