比较字符串列表与输入实体是否不相等,返回逻辑值 规范
比较字符串列表 'lhs' 与字符串列表 'rhs' 是否不相等,返回逻辑值
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
type(stringlist_type), | intent(in) | :: | rhs |
比较字符串列表 'lhs' 与字符数组 'rhs' 是否不相等,返回逻辑值
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
character(len=*), | intent(in), | dimension(:) | :: | rhs |
比较字符串列表 'lhs' 与字符串数组 'rhs' 是否不相等,返回逻辑值
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(stringlist_type), | intent(in) | :: | lhs | |||
type(string_type), | intent(in), | dimension(:) | :: | rhs |
比较字符数组 'lhs' 与字符串列表 'rhs' 是否不相等,返回逻辑值
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in), | dimension(:) | :: | lhs | ||
type(stringlist_type), | intent(in) | :: | rhs |
比较字符串数组 'lhs' 与字符串列表 'rhs' 是否不相等,返回逻辑值
类型 | 意图 | 可选 | 属性 | 名称 | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in), | dimension(:) | :: | lhs | ||
type(stringlist_type), | intent(in) | :: | rhs |