ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / GroundToGridCorrection Class / IsEqual Method / IsEqual(CIMGroundToGridCorrection,CIMGroundToGridCorrection,Boolean) Method
The first instance.
The second instance.
True : when only one param is null, compare the non-null param with a default (non-null) CIMGroundToGridCorrection

False: when only one param is null, return False


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

    Parameters

    c
    The first instance.
    other
    The second instance.
    compareNullAsDefault
    True : when only one param is null, compare the non-null param with a default (non-null) CIMGroundToGridCorrection

    False: when only one param is null, return False

    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.

    as noted above, special case if compareNullAsDefault is True

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also