Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ Equals
Method
Equals
DuiLib/Utils/UIDelegate.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
bool CDelegateBase::Equals(const CDelegateBase& rhs) const
23
{
24
return m_pObject == rhs.m_pObject && m_pFn == rhs.m_pFn;
25
}
26
27
bool CDelegateBase::operator() (void* param)
28
{
Callers
2
operator+=
Method · 0.80
operator-=
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected