MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / operator==

Function operator==

core/string/string_name.cpp:325–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325bool operator==(const String &p_name, const StringName &p_string_name) {
326 return p_string_name.operator==(p_name);
327}
328bool operator!=(const String &p_name, const StringName &p_string_name) {
329 return p_string_name.operator!=(p_name);
330}

Callers

nothing calls this directly

Calls 1

operator==Method · 0.45

Tested by

no test coverage detected