public static bool IsEqual( CIMGroundToGridCorrection c, CIMGroundToGridCorrection other )
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.