Tests whether the specified object is a ColorPalette instance and is equivalent to this ColorPalette.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public override sealed bool Equals( Object obj )
Type: System.Object
The object to test.true
if obj is a ColorPalette instance equivalent to this ColorPalette; otherwise, false
.