Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
637
bool String::isSame( const String& str ) const
638
{
639
return ( _string == str._string );
640
}
641
642
bool String::isInterned() const
643
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64