[]
Compares this reference with another object.
If obj is a Reference, this method compares it by using
Equals(Reference). If obj is null or is not a
Reference, this method returns false.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with this reference. Can be |
| Type | Description |
|---|---|
| bool | true if |
Equality comparison.
public bool Equals(Reference other)
Public Function Equals(other As Reference) As Boolean
| Type | Name | Description |
|---|---|---|
| Reference | other | Another reference. |
| Type | Description |
|---|---|
| bool |