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