|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5T_EQUAL function determines whether two datatype identifiers refer to the same datatype.
Result = H5T_EQUAL(Datatype_id1, Datatype_id2)
Returns 1 if the identifiers refer to the same datatype and 0 if they do not.
An integer representing the first datatype identifier.
An integer representing the second datatype identifier.
None
IDL Online Help (March 06, 2007)