Color.Equals Method

Tests whether the specified object is a Color instance and is equivalent to this Color.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public override bool Equals(
	Object obj
)

Parameters

obj

Type: System.Object

The object to test.

Return Value

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

See Also

Reference