[]
Determines whether the specified Object is equal to the current Object.
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 the current Object. |
Type | Description |
---|---|
bool | true if the specified Object is equal to the current Object; otherwise, false. |