Exemplo n.º 1
0
 protected bool Equals(MyPayload2 other)
 {
     return(string.Equals(Data, other.Data) && N == other.N);
 }
Exemplo n.º 2
0
 protected bool Equals(MyPayload2 other)
 {
     return string.Equals(Data, other.Data) && N == other.N;
 }