[#BloombergLP-bdlb-String-areEqualCaseless-04] = 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( xref:bsl/string.adoc[bsl::string] const& lhsString, char const* rhsString); ---- == Return Value `true` if the strings compare equal ignoring case == Parameters [cols="1,4"] |=== | Name| Description | *lhsString* | the left‐hand string | *rhsString* | the right‐hand C‐style string |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#