Method Equals
Equals(object)
Compares the current object with another one.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description | 
|---|---|---|
| object | obj | The object to compare with the current one.  | 
Returns
| Type | Description | 
|---|---|
| bool | True if the two objects are equal, false otherwise.  |