Compares stringlist for equality with the input entity Returns a logical Specifications
Compares stringlist 'lhs' for equality 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 equality 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 equality 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 equality 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 equality with stringlist 'rhs' Returns a logical
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in), | dimension(:) | :: | lhs | ||
type(stringlist_type), | intent(in) | :: | rhs |