protected bool Equals( CreatedEntity other ) { return base.Equals( other ) && Created.Equals( other.Created ); }
protected bool Equals(CreatedEntity other) { return(base.Equals(other) && Created.Equals(other.Created)); }