I have seen several SO posts explaining how to write a LinQ Join with an additional join condition on top of the key equality. For instance this one : LINQ Join with Multiple Conditions in On Clause
Is it possible to write this in lambda syntax? If so how?