Esempio n. 1
0
 protected bool Equals(DomainRecord <TModel> other)
 {
     return(Id == other.Id &&
            CreatedAt.SortaEquals(other.CreatedAt) &&
            UpdatedAt.SortaEquals(other.UpdatedAt));
 }