protected bool Equals(StateMachineDiagnosticsLog <T> other) { return(Equals(Entries, other.Entries)); }
public StubStateWithDiagnostics(T id, StateMachineDiagnosticsLog <T> log) { ID = id; Log = log; }