protected bool Equals(BatchInfoResult other)
 {
     return string.Equals(Id, other.Id);
 }
Ejemplo n.º 2
0
 protected bool Equals(BatchInfoResult other)
 {
     return(string.Equals(Id, other.Id));
 }