[#BloombergLP-bdlb-String-areEqualCaseless-014] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/String.adoc[String]::areEqualCaseless :relfileprefix: ../../../ :mrdocs: Return whether two strings compare equal ignoring case. == Synopsis Declared in `<bdlb_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool areEqualCaseless( char const* lhsString, xref:bsl/string.adoc[bsl::string] const& rhsString); ---- == Return Value `true` if the strings compare equal ignoring case == Parameters [cols="1,4"] |=== | Name| Description | *lhsString* | left‐hand null‐terminated string | *rhsString* | right‐hand string |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#