Developer Reference for Intel® oneAPI Math Kernel Library for Fortran
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-0332D7D4-EA37-4DC3-BF5F-003179B52E2D
Visible to Intel only — GUID: GUID-0332D7D4-EA37-4DC3-BF5F-003179B52E2D
lsamen
Tests two character strings for equality regardless of the case.
Syntax
val = lsamen( n, ca, cb )
Include Files
- mkl.fi
Input Parameters
Name |
Type |
Description |
---|---|---|
n |
INTEGER |
The number of characters in ca and cb to be compared. |
ca, cb |
CHARACTER*(*) |
Character strings of length at least n to be compared. Only the first n characters of each string will be accessed. |
Description
This logical function tests whether the first n letters of one string are the same as the first n letters of the other string, regardless of the case.
Return Values
Name |
Type |
Description |
---|---|---|
val |
LOGICAL |
Result of the comparison:
|