ArcGIS Pro 2.7 API Reference Guide
IsEqual Method (GroundToGridCorrection)

ArcGIS.Desktop.Editing Namespace > GroundToGridCorrection Class : IsEqual Method
The first instance.
The second instance.
Determines if two instances of ArcGIS.Core.CIM.CIMGroundToGridCorrection are equal.
Syntax
Public Shared Function IsEqual( _
   ByVal c As CIMGroundToGridCorrection, _
   ByVal other As CIMGroundToGridCorrection _
) As Boolean

Parameters

c
The first instance.
other
The second instance.

Return Value

True if both instances are null, or if both are non-null and all the ArcGIS.Core.CIM.CIMGroundToGridCorrection properties are identical; false otherwise.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

GroundToGridCorrection Class
GroundToGridCorrection Members