예제 #1
0
 protected bool Equals(BaseChange other)
 {
     return(Version == other.Version && Tag == other.Tag && Summary == other.Summary && Date.Equals(other.Date) && Reference == other.Reference);
 }
예제 #2
0
 protected bool Equals(BaseChange other)
 {
     return(Version.Equals(other.Version) && ChangeType == other.ChangeType && Summary == other.Summary && Date.Equals(other.Date) && Reference == other.Reference);
 }