public static bool IsEqual( CIMGroundToGridCorrection c, CIMGroundToGridCorrection other, bool compareNullAsDefault )
Public Overloads Shared Function IsEqual( _ ByVal c As CIMGroundToGridCorrection, _ ByVal other As CIMGroundToGridCorrection, _ ByVal compareNullAsDefault As Boolean _ ) As Boolean
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