ColorPalette.Equals Method

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)

Syntax

C#
public override sealed bool Equals(
	Object obj
)

Parameters

obj

Type: System.Object

The object to test.

Return Value

true if obj is a ColorPalette instance equivalent to this ColorPalette; otherwise, false.

See Also

Reference