protected bool Equals(TestJArray other) { return Id == other.Id && string.Equals(Name, other.Name); }
protected bool Equals(TestJArray other) { return(Id == other.Id && string.Equals(Name, other.Name)); }