MCPcopy Create free account
hub / github.com/dillo-browser/dillo / equals

Method equals

dw/iterator.cc:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool Iterator::equals (Object *other)
51{
52 Iterator *otherIt = (Iterator*)other;
53 return
54 this == otherIt ||
55 (getWidget() == otherIt->getWidget() && compareTo(otherIt) == 0);
56}
57
58void Iterator::intoStringBuffer(misc::StringBuffer *sb)
59{

Callers 1

scrollToMethod · 0.45

Calls 1

getWidgetMethod · 0.45

Tested by

no test coverage detected