GM_Utility .AreColorsEqual Method
Compares equality of colors not including the A value

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static bool AreColorsEqual(
    Color color1,
    Color color2
)

Parameters

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

Return Value

Type:  Boolean
The Equality of the Colors
See Also