mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

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
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.