MCPcopy Create free account
hub / github.com/SmingHub/Sming / equalsIgnoreCase

Method equalsIgnoreCase

Sming/Core/Data/CString.h:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 bool equalsIgnoreCase(const CString& other) const
123 {
124 return strcasecmp(c_str(), other.c_str()) == 0;
125 }
126
127 bool equalsIgnoreCase(const String& other) const
128 {

Callers 3

onMessageCompleteMethod · 0.45
headersCompleteMethod · 0.45
indexOfMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected