Method Equals
Equals(object)
Check if this product is equal to another.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The product to compare with this object. |
Returns
| Type | Description |
|---|---|
| bool | True if the products are equal |