Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

H5T_EQUAL


Syntax | Return Value | Arguments | Keywords | Version History | See Also

The H5T_EQUAL function determines whether two datatype identifiers refer to the same datatype.

Syntax

Result = H5T_EQUAL(Datatype_id1, Datatype_id2)

Return Value

Returns an integer of 1 if the identifiers refer to the same datatype and 0 if they do not.

Arguments

Datatype_id1

An integer representing the first datatype identifier.

Datatype_id2

An integer representing the second datatype identifier.

Keywords

None.

Version History

Introduced 5.6

See Also

H5T_COPY


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]