canMergeWith abstract method
Returns true
if this Attribution can be combined with
the other
Attribution, replacing both smaller attributions
with one larger attribution.
Implementation
bool canMergeWith(Attribution other);
Returns true
if this Attribution can be combined with
the other
Attribution, replacing both smaller attributions
with one larger attribution.
bool canMergeWith(Attribution other);