dstruct v0.1.0 (2015-03-29T14:44:48Z)
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 const
bool
opEquals
(
const
(
Object
)
other
)
if
(
is
(
T
== class)
)
Parameters
other
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
destructors
~this
functions
get
opEquals