H5Sextent_equal
(
hid_t space1_id
,
hid_t space2_id
)
H5Sextent_equal
determines whether the dataspace extents
of two dataspaces, space1_id
and space2_id
,
are equal.
hid_t space1_id |
IN: First dataspace identifier. |
hid_t space2_id |
IN: Second dataspace identifier. |
TRUE
if equal, FALSE
if unequal, if successful; otherwise returns a negative value.