H5Sselect_shape_same
fn
htri_t H5Sselect_shape_same(hid_t space1_id, hid_t space2_id)Determines whether two selections have the same shape.
Parameters
space1_id | First dataspace identifier |
space2_id | Second dataspace identifier |
Returns
Positive if same shape, zero if not, negative on failure.