hunt-extra ~v1.0.x (2022-05-11T02:04:37.8603622)
Dub
Repo
WeakReference.opEquals
hunt
util
WeakReference
WeakReference
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
Source
See Implementation
hunt
util
WeakReference
WeakReference
constructors
this
destructors
~this
functions
get
opEquals