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