[#CaseInsensitiveEqual] = CaseInsensitiveEqual :mrdocs: Locale‐independent, ASCII‐only comparator == Synopsis Declared in `<util/strencodings.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool CaseInsensitiveEqual( std::string_view s1, std::string_view s2); ---- == Return Value true if s1 == s2 when both strings are converted to lowercase == Parameters [cols="1,4"] |=== | Name| Description | *s1* [in] | a string to compare | *s2* [in] | another string to compare |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#