MCPcopy Create free account
hub / github.com/SOUI2/soui / Compare

Method Compare

utilities/include/string/tstring.h:454–457  ·  view source on GitHub ↗

string comparison

Source from the content-addressed store, hash-verified

452
453 // string comparison
454 int Compare(const tchar* psz) const
455 {
456 return tchar_traits::StrCmp(m_pszData, psz);
457 }
458 int CompareNoCase(const tchar* psz) const
459 {
460 return tchar_traits::StrICmp(m_pszData, psz);

Callers 9

StartsWithMethod · 0.45
EndsWithMethod · 0.45
operator==Method · 0.45
operator!=Method · 0.45
operator<Method · 0.45
operator>Method · 0.45
operator<=Method · 0.45
operator>=Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected