Tests whether the specified Item instance is equivalent to this Item.
Namespace:
Aurigma.DesignAtoms.Model.Items
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
protected bool Equals( Item other )
Type: Aurigma.DesignAtoms.Model.Items.Item
The Item to test.true
if both instances are equivalent; otherwise, false
.