Expression<Func<object>> first = () => new object(); Expression<Func<object>> second = ()=>new object(); bool AreTheyEqual = first == second;
x => 123
y => 123