Click or drag to resize

GM_FontDef_tEquality Operator

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 static bool operator ==(
	GM_FontDef_t left,
	GM_FontDef_t right
)

Parameters

left
Type: GlobalMapperGM_FontDef_t
The Left Layer
right
Type: GlobalMapperGM_FontDef_t
The Right Layer

Return Value

Type: Boolean
Equality of the two layers
See Also