MCPcopy Create free account
hub / github.com/Bwar/CJsonObject / operator==

Method operator==

CJsonObject.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103#endif
104
105bool CJsonObject::operator==(const CJsonObject& oJsonObject) const
106{
107 return(this->ToString() == oJsonObject.ToString());
108}
109
110bool CJsonObject::AddEmptySubObject(const std::string& strKey)
111{

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.95

Tested by

no test coverage detected