Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified object is equal to this instance.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
ReferenceEqualWeakReference ( object target ) : System |
Initializes a new instance of the ReferenceEqualWeakReference class.
|
|
ReferenceEqualWeakReference ( object target, bool trackResurrection ) : System |
Initializes a new instance of the ReferenceEqualWeakReference class.
|
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public ReferenceEqualWeakReference ( object target ) : System | ||
target | object | The target. |
return | System |
public ReferenceEqualWeakReference ( object target, bool trackResurrection ) : System | ||
target | object | The target. |
trackResurrection | bool | if set to |
return | System |