5
Answers

Unique Object

Photo of David Smith

David Smith

11y
1k
1
I am trying to come up with a way to only add a part number if it does not exist. Can you give the best way to do this below using the 
part number object?


 colorfile.PartNumbers.Add(new Color_PartNumber() { colorNumber = colorPartNumber.partNumber });

Answers (5)