MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / equals

Method equals

python-package/compile/src/io/json11.cpp:161–163  ·  view source on GitHub ↗

Comparisons

Source from the content-addressed store, hash-verified

159
160 // Comparisons
161 bool equals(const JsonValue * other) const override {
162 return m_value == static_cast<const Value<tag, T> *>(other)->m_value;
163 }
164 bool less(const JsonValue * other) const override {
165 return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
166 }

Callers 1

operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected