Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     return(BeforeParent.Count.GetHashCode() ^ Type.GetHashCode() ^
            After.Count.GetHashCode() ^ Before.Count.GetHashCode());
 }
Ejemplo n.º 2
0
 public override int GetHashCode()
 {
     return((IdWithMotif != null ? IdWithMotif.GetHashCode() : OriginalId.GetHashCode()) ^ ModificationType.GetHashCode());
 }