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

Function compare

MyGUIEngine/include/MyGUI_Delegate.h:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 {
31 }
32 bool compare(IDelegateUnlink* _unlink) const
33 {
34 return m_baseDelegateUnlink == _unlink->m_baseDelegateUnlink;
35 }
36
37 private:
38 IDelegateUnlink* m_baseDelegateUnlink;

Callers 7

sortListMethod · 0.85
compareMethod · 0.85
operator<Method · 0.85
operator<=Method · 0.85
operator>Method · 0.85
operator>=Method · 0.85
operator==Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected