SAME_TYPE_AS
— Query dynamic types for equality ¶RESULT = SAME_TYPE_AS(A, B)
Query dynamic types for equality.
Inquiry function
A | Shall be an object of extensible declared type or unlimited polymorphic. |
B | Shall be an object of extensible declared type or unlimited polymorphic. |
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.
Fortran 2003 and later