Method Equals
Equals(Object)
Tells 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)