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

Method equals

Sming/Core/Data/CString.h:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 bool equals(const CString& other) const
105 {
106 return strcmp(c_str(), other.c_str()) == 0;
107 }
108
109 bool equals(const String& other) const
110 {

Callers 2

operator==Method · 0.45
indexOfMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected