I have two lists that I am trying to compare. So I have created a class that implements the IEqualityComparer interface, please see below in the bottom section
IEqualityComparer
If you want to force the execution of the Equals you can implement it as follows
public int GetHashCode(FactorPayoffs obj) { return 1; }