In .NET, I need a way to compare two files. I thought of a class, which represents a diff:
public enum DiffEntryState { New, Removed, Changed }
Take a look at Diff.NET,could be helpful .