Equivalence operator for character
and String
. Mixed type equivalence of character
and String
is
explicitly defined.
For a user reference, see Equivalence.
Note
The equivalence operator ==
is interchangeable with .eq.
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(String), | intent(in) | :: | Stringl | |||
character(len=*), | intent(in) | :: | charsr |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | charsl | |||
class(String), | intent(in) | :: | Stringr |