コード例 #1
0
ファイル: ReceiveFailed.cs プロジェクト: cothienlac86/fubumvc
 protected bool Equals(ReceiveFailed other)
 {
     return string.Equals(ChannelKey, other.ChannelKey) && Equals(Exception, other.Exception);
 }