MGH_STRUCT_EQUAL
Name
MGH_STRUCT_EQUYAL
Purpose
Test whether two structure are equal
Calling Sequence
result = mgh_struct_equal(struct0, struct1)
Return Value
The structure returns a logical value.
POSITIONAL ARGUMENTS:
struct0 (input, structure)
First structure for comparison
struct1 (input, structure)
Second structure for comparison
###########################################################################
Copyright (c) 2013 NIWA:
http://www.niwa.co.nz/
Licensed under the MIT open source license:
http://www.opensource.org/licenses/mit-license.php
###########################################################################
Modification History
Mark Hadfield, 2013-06:
Written.