Tests whether specified colors are equal.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static bool IsColorEquals(
	Color color1,
	Color color2
)
Visual Basic
Public Shared Function IsColorEquals ( _
	color1 As Color, _
	color2 As Color _
) As Boolean

Parameters

color1
Type: System.Drawing..::..Color
First color.
color2
Type: System.Drawing..::..Color
Second color

Return Value

true if the specified colors are equal, false otherwise.

See Also