summary refs log tree commit diff
path: root/crypto/src/cms/SignerId.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/cms/SignerId.cs')
-rw-r--r--crypto/src/cms/SignerId.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/cms/SignerId.cs b/crypto/src/cms/SignerId.cs
index 8023ca280..3d38a58dc 100644
--- a/crypto/src/cms/SignerId.cs
+++ b/crypto/src/cms/SignerId.cs
@@ -36,7 +36,7 @@ namespace Org.BouncyCastle.Cms
             object obj)
         {
 			if (obj == this)
-				return false;
+				return true;
 
 			SignerID id = obj as SignerID;