
Compares stringlist for inequality with the input entity Returns a logical Specifications
Compares stringlist 'lhs' for inequality with stringlist 'rhs' Returns a logical
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(stringlist_type), | intent(in) | :: | lhs | |||
| type(stringlist_type), | intent(in) | :: | rhs |
Compares stringlist 'lhs' for inequality with chararray 'rhs' Returns a logical
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(stringlist_type), | intent(in) | :: | lhs | |||
| character(len=*), | intent(in), | dimension(:) | :: | rhs |
Compares stringlist 'lhs' for inequality with stringarray 'rhs' Returns a logical
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(stringlist_type), | intent(in) | :: | lhs | |||
| type(string_type), | intent(in), | dimension(:) | :: | rhs |
Compares chararray 'lhs' for inequality with stringlist 'rhs' Returns a logical
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in), | dimension(:) | :: | lhs | ||
| type(stringlist_type), | intent(in) | :: | rhs |
Compares stringarray 'lhs' for inequality with stringlist 'rhs' Returns a logical
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string_type), | intent(in), | dimension(:) | :: | lhs | ||
| type(stringlist_type), | intent(in) | :: | rhs |