Click or drag to resize

GM_Layer_tEquals Method

Compares equality of two layers based off their handles

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

Parameters

obj
Type: SystemObject
The layer to compare to this one

Return Value

Type: Boolean
Equality of the two layers
See Also