MCPcopy Create free account
hub / github.com/KDE/kdiff3 / operator==

Method operator==

src/diff.h:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 inline void adjustDiff2(const qint64 delta) { mDiff2 += delta; }
124
125 bool operator==(const Diff& b) const
126 {
127 return nofEquals == b.nofEquals && mDiff1 == b.mDiff1 && mDiff2 == b.mDiff2;
128 };
129
130 bool operator!=(const Diff& b) const
131 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected