Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
bool CJsonObject::operator==(const CJsonObject& oJsonObject) const
106
{
107
return(this->ToString() == oJsonObject.ToString());
108
}
109
110
bool CJsonObject::AddEmptySubObject(const std::string& strKey)
111
{
Callers
nothing calls this directly
Calls
1
ToString
Method · 0.95
Tested by
no test coverage detected