ESMF_LSAME Function

function ESMF_LSAME(CA, CB)

\brief \b ESMF_LSAME \par Purpose:

\verbatim

ESMF_LSAME returns .TRUE. if CA is the same letter as CB regardless of case. \endverbatim \param[in] CA \verbatim \endverbatim

\param[in] CB \verbatim CA and CB specify the single characters to be compared. \endverbatim \author Univ. of Tennessee \author Univ. of California Berkeley \author Univ. of Colorado Denver \author NAG Ltd. \date November 2011 \ingroup auxOTHERauxiliary

Arguments

Type IntentOptional Attributes Name
character(len=1) :: CA
character(len=1) :: CB

Return Value logical