[#BloombergLP-bdlb-CaselessStringViewEqualTo-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CaselessStringViewEqualTo.adoc[CaselessStringViewEqualTo]::operator() :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `lhs` string view has the same (case insensitive) value as the specified `rhs` string view, and `false` otherwise. == Synopsis Declared in `<bdlb_caselessstringviewequalto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator()( std::string_view lhs, std::string_view rhs) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#