Click or drag to resize

FieldParameterFieldEquals Method

Returns true if all fixed field parameters are the same, ignoring user settings like subfield and custom angles.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.27.0
Syntax
C#
public bool FieldEquals(
	FieldCorrection other
)

Parameters

other  FieldCorrection
FieldCorrection to check equality for.

Return Value

Boolean
True if the field parameters are the same (ignoring user settings), false otherwise.
See Also