Click or drag to resize

GM_UtilityAreColorsEqual Method

Compares equality of colors not including the A value

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static bool AreColorsEqual(
	Color color1,
	Color color2
)

Parameters

color1
Type: System.DrawingColor
First Color to compare
color2
Type: System.DrawingColor
Second Color to compare

Return Value

Type: Boolean
The Equality of the Colors
See Also