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