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

Method operator==

src/diff.h:583–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581 }
582
583 bool operator==(const ManualDiffHelpEntry& r) const
584 {
585 return lineA1 == r.lineA1 && lineB1 == r.lineB1 && lineC1 == r.lineC1 &&
586 lineA2 == r.lineA2 && lineB2 == r.lineB2 && lineC2 == r.lineC2;
587 }
588
589 qint32 calcManualDiffFirstDiff3LineIdx(const Diff3LineVector& d3lv);
590

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected