Color.Equality Operator

Tests whether two specified Color instances are equivalent.

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

Syntax

C#
public static bool operator ==(
	Color c1,
	Color c2
)

Parameters

c1

Type: Aurigma.GraphicsMill.Color

The Color that is to the left of the equality operator.
c2

Type: Aurigma.GraphicsMill.Color

The Color that is to the right of the equality operator.

Return Value

true if the two Color instances are equal; otherwise, false.

See Also

Reference