hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
Home
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