Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator==
Method
operator==
MyGUIEngine/src/MyGUI_UString.cpp:1600–1603 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1598
}
1599
1600
bool UString::operator==(const UString& right) const
1601
{
1602
return compare(right) == 0;
1603
}
1604
1605
bool UString::operator!=(const UString& right) const
1606
{
Callers
nothing calls this directly
Calls
1
compare
Function · 0.85
Tested by
no test coverage detected