Exemplo n.º 1
0
 protected bool Equals(UpdatedEntity other)
 {
     return(base.Equals(other) && Updated.Equals(other.Updated));
 }