Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ operator==
Method
operator==
include/covscript/core/variable.hpp:1273–1276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1271
}
1272
1273
bool operator==(const any &var) const
1274
{
1275
return this->compare(var);
1276
}
1277
1278
bool operator!=(const any &var) const
1279
{
Callers
nothing calls this directly
Calls
1
compare
Method · 0.95
Tested by
no test coverage detected