[]
Gets whether the given object equals this instance.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Type | Name | Description |
---|---|---|
object | obj | An object to be compared. |
Type | Description |
---|---|
bool | The bool type that indicates if the object is the same as the current instance. |