Method Equals
Equals(Object)
Identifies if two instances of this class are equal.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj | An object to compare with this instance. |
Returns
| Type | Description |
|---|---|
| System.Boolean | True if two instances of this class are equal. |
Overrides
System.Object.Equals(System.Object)