Click or drag to resize

GM_Layer_tEquals Method

Compares equality of two layers based off their handles

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
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