Exemplo n.º 1
0
 protected bool Equals(EnvelopeSent other)
 {
     return Equals(Envelope, other.Envelope) && Equals(Uri, other.Uri) && string.Equals(Key, other.Key);
 }
Exemplo n.º 2
0
 protected bool Equals(EnvelopeSent other)
 {
     return(Equals(Envelope, other.Envelope) && Equals(Uri, other.Uri) && string.Equals(Key, other.Key));
 }