Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Tests two characters for equality regardless of the case.
val = lsame( ca, cb )
Name |
Type |
Description |
---|---|---|
ca, cb |
CHARACTER*1 |
The single characters to be compared |
This logical function checks whether two characters are equal regardless of the case.
Name |
Type |
Description |
---|---|---|
val |
LOGICAL |
Result of the comparison:
|