In your situation, suppose you think the criterion of 1bp reciprocal overlap is too loose, you can use -f=0.5 (in bedtools intersect) to keep each other have 50% overlap. However, as you know, CNV usually would be long range genomic variation, I think you can apply two stage screening: 1) use 1bp reciprocal overlap to find all the overlap event (CNV hotspot) and then 2) use strict criterion, maybe -f=0.5 or -f=0.8 to identify most similar or homogenous CNV regions. On the other side, the genomic location of the CNV would be very important, if they occurred in enhance region, then I think even 1bp reciprocal overlap would bring similar biological significance. if they occurred in intergenic region, then I think even -f=50% reciprocal overlap would be better to define same CNV event. In conclusion, you should dig the data deeply and show the relationship among the event comprehensively and to find the most biological relevance to the CNVs.
Why don't summarize the CNV events to a gene level and for each gene, compare the copy number of method A with method B. So download all gene coordinates, intersect them with both CNV results and calculate correlation statistics between them?