Compare two character sequences for inequality, the left-hand side, the right-hand side or both character sequences can be represented by a string.
This operator is elemental and returns a default logical scalar value.
Compare two character sequences for inequality. In this version both character sequences are by a string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in) | :: | lhs | |||
type(string_type), | intent(in) | :: | rhs |
Compare two character sequences for inequality. In this version the left-hand side character sequences is by a string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in) | :: | lhs | |||
character(len=*), | intent(in) | :: | rhs |
Compare two character sequences for inequality. In this version the right-hand side character sequences is by a string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | lhs | |||
type(string_type), | intent(in) | :: | rhs |