Click or drag to resize

GM_ElevColor_tEquals Method

Checks if equal to a given Color or GM_ElevColor_t

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public override bool Equals(
	Object aColor
)

Parameters

aColor
Type: SystemObject
The Color to compare (either Color or GM_ElevColor_t) Note: the GM_ElevColor compares both the Color and the Elevation Values

Return Value

Type: Boolean
Whether or not the colors are equal
See Also