コード例 #1
0
ファイル: EnvelopeSent.cs プロジェクト: joemcbride/fubumvc
 protected bool Equals(EnvelopeSent other)
 {
     return Equals(Envelope, other.Envelope) && Equals(Uri, other.Uri) && string.Equals(Key, other.Key);
 }
コード例 #2
0
 protected bool Equals(EnvelopeSent other)
 {
     return(Equals(Envelope, other.Envelope) && Equals(Uri, other.Uri) && string.Equals(Key, other.Key));
 }