MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / operator==

Method operator==

eval/LANE_evaluation/lane2d/src/CJsonObject.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116#endif
117
118bool CJsonObject::operator==(const CJsonObject& oJsonObject) const
119{
120 return(this->ToString() == oJsonObject.ToString());
121}
122
123bool CJsonObject::AddEmptySubObject(const std::string& strKey)
124{

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.95

Tested by

no test coverage detected