Example #1
0
bool EventDispatcher::operator==( EventDispatcher d)
{
	return this->id == d.getId();
}