using System.Collections.Generic;
using AutoMapper.EquivalencyExpression;
public static void Main()
Guid.Parse("79ab2ce1-25cc-4d1b-bd5a-b4a26843ec93"),
Guid.Parse("c10322a8-81c3-41ed-b5a3-8c33280878dd"),
Guid.Parse("96b6ee5d-e9ba-4bd5-986f-bc9d2ba71e7e")
Guid.Parse("79ab2ce1-25cc-4d1b-bd5a-b4a26843ec93"),
Guid.Parse("c10322a8-81c3-41ed-b5a3-8c33280878dd")
var c = a.Zip(b, (first, second) => first == second);
Console.WriteLine("----------");
Console.WriteLine(c.All(x => x));