Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ CompareNoCase
Method
CompareNoCase
DuiLib/Utils/Utils.cpp:623–626 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
}
622
623
int CDuiString::CompareNoCase(LPCTSTR lpsz) const
624
{
625
return _tcsicmp(m_pstr, lpsz);
626
}
627
628
void CDuiString::MakeUpper()
629
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected