dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
WeakReference.opEquals
dstruct
weak_reference
WeakReference
bool
opEquals
(
Object
other
)
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
Source
See Implementation
dstruct
weak_reference
WeakReference
constructors
this
functions
get
opEquals