Exemple #1
0
 protected bool Equals(FetchResponse other)
 {
     return this.CorrelationId == other.CorrelationId && Equals(this.Data, other.Data);
 }
 protected bool Equals(FetchResponse other)
 {
     return(this.CorrelationId == other.CorrelationId && Equals(this.Data, other.Data));
 }