FieldParameterFieldEquals Method |
Returns true if all fixed field parameters are the same, ignoring
user settings like subfield and custom angles.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.27.0
Syntaxpublic bool FieldEquals(
FieldCorrection other
)
Parameters
- other FieldCorrection
- FieldCorrection to check equality for.
Return Value
BooleanTrue if the field parameters are the same (ignoring user settings), false otherwise.
See Also