[]
Determines whether another object is a reference to this object.
public override bool Equals(object o)
Public Overrides Function Equals(o As Object) As Boolean
Type | Name | Description |
---|---|---|
object | o | Object to compare |
Type | Description |
---|---|
bool | True if the specified object is a reference to this object; otherwise, false |