introspection/
mg_struct_equal.pro
Routines
top mg_struct_equal
result = mg_struct_equal(s1, s2 [, /no_typeconv])
Compare two structures for equality.
Return value
1 if equal, 0 if not
Parameters
- s1 in required type=structure
first structure to compare
- s2 in required type=structure
second structure to compare
Keywords
- no_typeconv in optional type=boolean
set to declare structures as different if the fields have different types, even if the values are equal
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 21 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.