[UP]


Manual Reference Pages  - same_type_as (3)

NAME

same_type_as(3f) - [FORTRAN:INTRINSIC] Query dynamic types for equality

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = same_type_as(a, b)

DESCRIPTION

Query dynamic types for equality.

ARGUMENTS

A - Shall be an object of extensible declared type or unlimited polymorphic.
B - Shall be an object of extensible declared type or unlimited polymorphic.

RETURN VALUE

The return value is a scalar of type default logical. It is true if and only if the dynamic type of A is the same as the dynamic type of B.

STANDARD

[[Fortran 2003]] and later

CLASS

[[Inquiry function]]

SEE ALSO

[[extends_type_of]]


same_type_as (3) March 19, 2019
Generated by manServer 1.08 from 09595a3b-4f5f-4e35-ae71-6cbf1e6f8ff2 using man macros.