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

In This Topic
    IsEqual(CIMGroundToGridCorrection,CIMGroundToGridCorrection) Method
    In This Topic
    Determines if two instances of ArcGIS.Core.CIM.CIMGroundToGridCorrection are equal.
    Syntax
    Public Overloads 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 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