Click or drag to resize

GM_FoundFeature_tEquals Method

Checks for equality between two found features

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 found feature to compare to this one

Return Value

Type: Boolean
Whether or not they are equal
See Also