Lexically compare the order of two character sequences being greater equal, The left-hand side, the right-hand side or both character sequences can be represented by a string.
This method is elemental and returns a default logical scalar value.
Lexically compare two character sequences for being greater or equal.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(string_class), | intent(in) | :: | lhs | |||
| class(string_class), | intent(in) | :: | rhs |
Lexically compare two character sequences for being greater or equal.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(string_class), | intent(in) | :: | lhs | |||
| type(string_type), | intent(in) | :: | rhs |
Lexically compare two character sequences for being greater or equal.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string_type), | intent(in) | :: | lhs | |||
| class(string_class), | intent(in) | :: | rhs |
Lexically compare two character sequences for being greater or equal.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(string_class), | intent(in) | :: | lhs | |||
| character(len=*), | intent(in) | :: | rhs |
Lexically compare two character sequences for being greater or equal.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | lhs | |||
| class(string_class), | intent(in) | :: | rhs |