MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / isSame

Method isSame

Engine/source/core/util/str.cpp:637–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637bool String::isSame( const String& str ) const
638{
639 return ( _string == str._string );
640}
641
642bool String::isInterned() const
643{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64