Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBoard-org/OpenBoard
/ operator ==
Method
operator ==
src/frameworks/UBVersion.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool UBVersion::operator == (const UBVersion &otherVersion) const
92
{
93
return toUInt() == otherVersion.toUInt();
94
}
95
96
bool UBVersion::operator > (const UBVersion &otherVersion) const
97
{
Callers
nothing calls this directly
Calls
1
toUInt
Method · 0.80
Tested by
no test coverage detected