ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / GroundToGridCorrection Class / IsEqual Method / IsEqual(CIMGroundToGridCorrection,CIMGroundToGridCorrection) Method
The first instance.
The second instance.
Version

IsEqual(CIMGroundToGridCorrection,CIMGroundToGridCorrection) Method
Determines if two instances of ArcGIS.Core.CIM.CIMGroundToGridCorrection are equal.
Syntax

Parameters

c
The first instance.
other
The second instance.

Return Value

True if both params are null or refer to the same instance, or, both params are non-null and all the instance properties are identical

False otherwise.

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also