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

Method operator==

src/diff.h:330–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 }
329
330 bool operator==(const Diff3Line& d3l) const
331 {
332 return lineA == d3l.lineA && lineB == d3l.lineB && lineC == d3l.lineC &&
333 bAEqB == d3l.bAEqB && bAEqC == d3l.bAEqC && bBEqC == d3l.bBEqC &&
334 bWhiteLineA == d3l.bWhiteLineA && bWhiteLineB == d3l.bWhiteLineB && bWhiteLineC == d3l.bWhiteLineC;
335 }
336
337 [[nodiscard]] const QString getString(const e_SrcSelector src) const
338 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected