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