Non-equivalence operator for character
and String
. Mixed type non-equivalence of character
and
String
is explicitly defined.
For a user reference, see Non-equivalence.
Note
The non-equivalence operator /=
is interchangeable with .ne.
.
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 |