FabricationPart.IsSameAs
Method
Description:
Compare this fabrication part with the part passed and checks the pattern dimensions and options. A list of fields that can be ignored in the comparison check can be specified.
Compare this fabrication part with the part passed and checks the pattern dimensions and options. A list of fields that can be ignored in the comparison check can be specified.
Parameters
| Parameter | Type | Description |
|---|---|---|
| part | FabricationPart | The part to compare this part with. |
| ignoreFields | IList | Array of types of data to ignore from the comparison check. |
Return Value
| Type | Description |
|---|---|
| Boolean | Returns true if the fabrication parts are the same. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |