Element-wise comparison of two strings.
Tests two strings for inequality.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | lhs |
The left-hand-side argument. |
||
| type(string), | intent(in) | :: | rhs |
The right-hand-side argument. |
True if the strings are not equal; else, false.
Tests two strings for inequality.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string), | intent(in) | :: | lhs |
The left-hand-side argument. |
||
| character(len=*), | intent(in) | :: | rhs |
The right-hand-side argument. |
True if the strings are not equal; else, false.