The Code :
using (Comparer comparer = new Comparer(docs.FirstOrDefault()))
{
comparer.Add(docs.LastOrDefault());
var options = new CompareOptions()
{
CalculateCoordinates = true,
DetectStyleChanges = true
};
com…...samarskyy chenranwang June 2, 2021, 8:08am 10 hi, the issues...results is incorrect . atir.tahir June 2, 2021, 2:13pm 11 @chenranwang...