MCPcopy Create free account
hub / github.com/MyGUI/mygui / compare

Method compare

MyGUIEngine/include/MyGUI_Delegate.h:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 bool compare(DelegateFunction<Args...>* _delegate) const
77 {
78 if (nullptr == _delegate)
79 return false;
80 return _delegate->mObject == mObject && _delegate->mFunctionPointer.compare(mFunctionPointer);
81 }
82
83 bool compare(IDelegateUnlink* _unlink) const
84 {

Callers 3

clearMethod · 0.45
operator+=Method · 0.45
operator-=Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected