Method Equals
Equals(UntypedWeakReferenceId)
Checks if this reference is equal to another reference.
Declaration
public bool Equals(UntypedWeakReferenceId other)
Parameters
Type | Name | Description |
---|---|---|
UntypedWeakReferenceId | other | The id to compare to. |
Returns
Type | Description |
---|---|
bool | True if the GenerationType and GlobalId are equal. |
Equals(object)
Checks if this reference is equal to another object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare to. |
Returns
Type | Description |
---|---|
bool | True if the other object is an UntypedWeakReferenceId and is equal. |