Esempio n. 1
0
 protected bool Equals(HistoryChange other)
 {
     return(HistoryEntry.Equals(other.HistoryEntry));
 }